From: Charles McGarvey Date: Mon, 21 Jan 2013 19:04:07 +0000 (-0700) Subject: require perl 5.10.1 for File::Path::make_path X-Git-Tag: v0.0402^0 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-Alien-ZMQ;a=commitdiff_plain;h=9d4ada2dc00d0a5d549a5ab3e58355d06b01fd11;hp=db8094cee87e60a7167d3777e8fc96e51d7d6c8d require perl 5.10.1 for File::Path::make_path See: http://www.cpantesters.org/cpan/report/2cc465c2-6318-11e2-a2f1-82091a5d253f --- diff --git a/Build.PL b/Build.PL index cd66aba..086a271 100644 --- a/Build.PL +++ b/Build.PL @@ -1,3 +1,4 @@ +use v5.10.1; use warnings FATAL => 'all'; use strict; diff --git a/dist.ini b/dist.ini index c021fe4..f8bd942 100644 --- a/dist.ini +++ b/dist.ini @@ -1,6 +1,6 @@ name = Alien-ZMQ -version = 0.0401 +version = 0.0402 author = Charles McGarvey license = Perl_5 copyright_holder = Charles McGarvey @@ -31,12 +31,7 @@ tax_regexp = ^v\d+ [AutoPrereqs] [Prereqs / ConfigureRequires] -Archive::Tar = 0 -Cwd = 0 -Digest::SHA = 0 ExtUtils::CBuilder = 0.280205 -File::Path = 0 -File::Spec::Functions = 0 IPC::Run = 0 LWP::Simple = 0 diff --git a/inc/My/Build.pm b/inc/My/Build.pm index fa8eb27..c68ee63 100644 --- a/inc/My/Build.pm +++ b/inc/My/Build.pm @@ -1,6 +1,6 @@ package My::Build; -use v5.10; +use v5.10.1; use warnings FATAL => 'all'; use strict; use utf8;