From 9d4ada2dc00d0a5d549a5ab3e58355d06b01fd11 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Mon, 21 Jan 2013 12:04:07 -0700 Subject: [PATCH] require perl 5.10.1 for File::Path::make_path See: http://www.cpantesters.org/cpan/report/2cc465c2-6318-11e2-a2f1-82091a5d253f --- Build.PL | 1 + dist.ini | 7 +------ inc/My/Build.pm | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) 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; -- 2.43.0