X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Realm-Adaptor.git;a=blobdiff_plain;f=Makefile.PL;h=de085508f598820c1ad156fc38e740fb18a01831;hp=542d99f55f1e681c9395dca890cc23476328b36d;hb=99ccdc481a30d6c16955b5c58a0d7010b629261e;hpb=df977927ed600a22c50998bc2e0d6e9365ace53f diff --git a/Makefile.PL b/Makefile.PL index 542d99f..de08550 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,12 +10,12 @@ 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; \ No newline at end of file +WriteAll;