From 647ff52e2181b63cad3d140e038c64be35159f72 Mon Sep 17 00:00:00 2001 From: Victor Wagner Date: Wed, 9 Oct 2013 18:10:32 +0400 Subject: [PATCH] more script stubs --- Makefile.PL | 6 +++++- bin/provider | 17 +++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 bin/provider 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 -- 2.39.2