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