X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=39a13112484d7edfc6d8027346b340219c2ecd63;hb=6f80d4038446bbbc3c1abfc467a5fe2b81c1c404;hp=8c672a9febd931ad700744d154b97a610f53ac8f;hpb=d7ef03f6e65591eec83471f6887f5928451c494a;p=gitmo%2FMooseX-Storage.git diff --git a/Makefile.PL b/Makefile.PL index 8c672a9..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'; @@ -41,15 +43,18 @@ 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'; -resources repository => 'git://git.moose.perl.org/gitmo/MooseX-Storage.git'; +# r/w: gitmo@git.moose.perl.org:MooseX-Storage.git +resources repository => 'git://git.moose.perl.org/MooseX-Storage.git'; WriteAll;