X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=94803ab7336c32f265ee590fad453343fb79fd20;hb=934d68387fcc295100e1cc72d3de64a623c8de4e;hp=40d12dc7758875aa4b6aaec6427fcf8c7f282a31;hpb=d0102990c9dbedc43f39aba51e3de000422f3832;p=catagits%2FCatalyst-Authentication-Realm-Adaptor.git diff --git a/Makefile.PL b/Makefile.PL index 40d12dc..94803ab 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,9 +1,10 @@ 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');