X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=99029674e182d94df27160b70be3b1d348829800;hb=0edcbfee41be71fffd06f32db5c86574e156c29a;hp=b085239c3f12edae28db1dc1b9e26a0e167c0b03;hpb=c557e79229dec7ef5a1c48f577f43bd8983b2992;p=gitmo%2FMooseX-Storage.git diff --git a/Makefile.PL b/Makefile.PL index b085239..9902967 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,10 +15,12 @@ author_requires 'Test::Without::Module'; # you should have at least one # serialization format +auto_install; # Needed for features to work. RT#67170 feature 'JSON', -default => 1, 'JSON::Any' => '1.15', 'Test::JSON' => '0.06'; + author_requires 'JSON::Any' => '1.15'; author_requires 'Test::JSON' => '0.06'; @@ -41,11 +43,13 @@ author_requires 'IO::File' => '0.1'; author_tests 't/author'; -build_requires 'Test::More' => '0.42'; +build_requires 'Test::More' => '0.88'; build_requires 'Test::Deep' => '0'; -build_requires 'Test::Exception' => '0'; -build_requires 'Test::TempDir' => '0.02'; +build_requires 'Test::Fatal' => '0'; +build_requires 'Test::Requires' => '0.05'; +author_requires 'Digest::HMAC'; +author_requires 'Digest::SHA'; author_requires 'Test::Pod' => '1.14'; author_requires 'Test::Pod::Coverage' => '1.08';