X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=39a13112484d7edfc6d8027346b340219c2ecd63;hb=6f80d4038446bbbc3c1abfc467a5fe2b81c1c404;hp=43c4ac20661441b809239558d83bc5dd62570871;hpb=0b1731882300cdb05aa9fe09716da7a9a03cd00d;p=gitmo%2FMooseX-Storage.git diff --git a/Makefile.PL b/Makefile.PL index 43c4ac2..39a1311 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'; @@ -43,13 +45,15 @@ author_tests 't/author'; 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'; +# r/w: gitmo@git.moose.perl.org:MooseX-Storage.git resources repository => 'git://git.moose.perl.org/MooseX-Storage.git'; WriteAll;