X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=5e52ece61e481e99cec28103b77079799a1ecd30;hb=3e13f37e59d9e944364e51af35894a1dc744bc81;hp=dd9e177a5c541b0c061127376d409832f8be4efe;hpb=049541bdd8fe53d81ca4e0bc8cea4d5a79210ada;p=gitmo%2FMooseX-Storage.git diff --git a/Makefile.PL b/Makefile.PL index dd9e177..5e52ece 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'; @@ -44,7 +46,7 @@ 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::Requires' => '0.05'; author_requires 'Test::Pod' => '1.14'; author_requires 'Test::Pod::Coverage' => '1.08';