X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=2071254f81faec93c682075e20fae042d959ea1f;hb=42696af066951ce64f205148f71d8a2877e7893e;hp=fc4e6e23fd943237b9a6ed6af91d6c66b698576d;hpb=85c6f23d8cca73b07da0ed4fc0f0d8cc3aef90d4;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/Makefile.PL b/Makefile.PL index fc4e6e2..2071254 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,14 +4,17 @@ if( -e 'MANIFEST.SKIP' ) { system( 'pod2text lib/Catalyst/Plugin/Authentication.pm > README' ); } +perl_version '5.008001'; + name 'Catalyst-Plugin-Authentication'; all_from 'lib/Catalyst/Plugin/Authentication.pm'; -perl_version '5.8.1'; - requires 'Catalyst::Runtime'; requires 'Class::Inspector'; requires 'Catalyst::Plugin::Session' => '0.10'; +test_requires 'Test::More'; +test_requires 'Test::Exception'; + auto_install; WriteAll;