X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=de085508f598820c1ad156fc38e740fb18a01831;hb=99ccdc481a30d6c16955b5c58a0d7010b629261e;hp=40d12dc7758875aa4b6aaec6427fcf8c7f282a31;hpb=c6a2d572d24523a391e1bbdc608414bab834fa6c;p=catagits%2FCatalyst-Authentication-Realm-Adaptor.git diff --git a/Makefile.PL b/Makefile.PL index 40d12dc..de08550 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,18 +1,21 @@ use inc::Module::Install 0.91; +perl_version '5.8.1'; + name 'Catalyst-Authentication-Realm-Adaptor'; all_from 'lib/Catalyst/Authentication/Realm/Adaptor.pm'; -perl_version '5.8.1'; if( -e 'MANIFEST.SKIP' ) { system( 'pod2text lib/Catalyst/Authentication/Realm/Adaptor.pm > README'); } -requires ( +requires ( 'Catalyst::Runtime' => 0, 'Catalyst::Plugin::Authentication' => 0.10003, 'Moose' => 0, ); - + test_requires ('Test::More' => 0.42); + +WriteAll;