]> Dogcows Code - chaz/p5-Alien-ZMQ/commitdiff
require perl 5.10.1 for File::Path::make_path v0.0402
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Mon, 21 Jan 2013 19:04:07 +0000 (12:04 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Mon, 21 Jan 2013 19:06:00 +0000 (12:06 -0700)
See:
http://www.cpantesters.org/cpan/report/2cc465c2-6318-11e2-a2f1-82091a5d253f

Build.PL
dist.ini
inc/My/Build.pm

index cd66aba5418021227cc3a43bbe9b823e957367c9..086a271ba714ea72aafa74f02cd558b7558fb7d0 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -1,3 +1,4 @@
+use v5.10.1;
 use warnings FATAL => 'all';
 use strict;
 
index c021fe4891c865f4dce53c239599b58f673467b0..f8bd9423116858fe7009ae23cbc29e9cbfc6900a 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,6 +1,6 @@
 
 name = Alien-ZMQ
-version = 0.0401
+version = 0.0402
 author = Charles McGarvey <ccm@cpan.org>
 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
 
index fa8eb275d9e64dbe5086ec574fb13a23fde031db..c68ee63b5d30f854d200391c36aeb746ebd76475 100644 (file)
@@ -1,6 +1,6 @@
 package My::Build;
 
-use v5.10;
+use v5.10.1;
 use warnings FATAL => 'all';
 use strict;
 use utf8;
This page took 0.03104 seconds and 4 git commands to generate.