From: Victor Wagner Date: Wed, 9 Oct 2013 14:10:32 +0000 (+0400) Subject: more script stubs X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=commitdiff_plain;h=647ff52e2181b63cad3d140e038c64be35159f72;p=oss%2Fvjournal.git more script stubs --- diff --git a/Makefile.PL b/Makefile.PL index ee77823..8db4cac 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,6 +4,10 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME=>'VJournal', - VERSION=>0.1 + VERSION=>0.1, + PREREQ_PM=>{ + "Test::More"=>0, + "Image::Size"=>0, + } ); diff --git a/bin/provider b/bin/provider new file mode 100644 index 0000000..9ba2eb0 --- /dev/null +++ b/bin/provider @@ -0,0 +1,17 @@ +#!/usr/bin/perl -T + +=head1 NAME + +vjprovider - OpenID provider for VJournal + +=head1 SYNOPSIS + +=head1 DESCRIPTION + +Provides OpenID authentication for the VJournal users. Expected to be +run on the same machine where blogs reside, and rejects all OpenID uris +which aren't on the same host. + +Script should be told where is -statedir of blogs. + +=cut