X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=0471ffb22fc34027ee90ff499d130938f7ec51f9;hb=182c043a06d347ba87a5a5de87f8c33de8e3b5fd;hp=9f85bb221ef7d59e79da4b167c4b49b7a1ce1437;hpb=00c7ed17b14ede3d37e0198e92c98be678205070;p=catagits%2FTest-WWW-Mechanize-Catalyst.git diff --git a/Makefile.PL b/Makefile.PL index 9f85bb2..0471ffb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,6 +5,7 @@ use strict; use warnings; name 'Test-WWW-Mechanize-Catalyst'; +perl_version '5.008004'; all_from 'lib/Test/WWW/Mechanize/Catalyst.pm'; requires 'Catalyst' => '5.00'; @@ -18,6 +19,7 @@ test_requires 'Catalyst::Plugin::Session::State::Cookie' => '0'; test_requires 'Catalyst::Plugin::Session::Store::Dummy' => '0'; test_requires 'Test::Exception' => '0'; test_requires 'Test::More' => '0'; +test_requires 'Test::utf8' => '0'; if ($Module::Install::AUTHOR) { system('pod2text lib/Test/WWW/Mechanize/Catalyst.pm > README');