X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9a5a447a740860fdc4a76e99e5da4a97083cb466;hb=2ed048bc2a027fb8c088b7c2b5e631cf66a721af;hp=6f56619e05a02eaf638a42102194c3cabffb4494;hpb=399f35008260625b5e127628e0c3e80c3b145cfe;p=gitmo%2FMooseX-Storage.git diff --git a/Makefile.PL b/Makefile.PL index 6f56619..9a5a447 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,19 +1,19 @@ # Load the Module::Install bundled in ./inc/ -use inc::Module::Install; +use inc::Module::Install 0.75; # Define metadata name 'MooseX-Storage'; all_from 'lib/MooseX/Storage.pm'; # Specific dependencies -requires 'Moose' => '0.20'; +requires 'Moose' => '0.39'; # you should have at least one # serialization format feature 'JSON', -default => 1, - 'JSON::Any' => '0.1', - 'Test::JSON' => '0'; + 'JSON::Any' => '1.15', + 'Test::JSON' => '0.06'; feature 'YAML', -default => 1, @@ -30,9 +30,13 @@ feature 'File', -default => 1, 'IO::File' => '0.1'; -build_requires 'Test::More' => '0.42'; +build_requires 'Test::More' => '0.42'; +build_requires 'Test::Deep' => '0'; +build_requires 'Test::Exception' => '0'; +build_requires 'Test::TempDir' => '0.02'; -no_index 'directory' => 'ex'; +resources repository => 'git://git.moose.perl.org/gitmo/MooseX-Storage.git'; auto_install; WriteAll; +