X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8e1b2bc0ddc6ff72c2f64d1ac32c9f664aad9aaf;hb=47cede3dc7cd480eb566a4eb4cfca05e87ab2df8;hp=fc4e6e23fd943237b9a6ed6af91d6c66b698576d;hpb=85c6f23d8cca73b07da0ed4fc0f0d8cc3aef90d4;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/Makefile.PL b/Makefile.PL index fc4e6e2..8e1b2bc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,14 +4,19 @@ 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 'MRO::Compat'; requires 'Catalyst::Plugin::Session' => '0.10'; +test_requires 'Test::More'; +test_requires 'Test::Exception'; +test_requires 'Test::MockObject'; + auto_install; WriteAll;