[libclass-tiny-perl] 02/03: update cpanfile and Changes

gregor herrmann gregoa at debian.org
Sun May 31 14:03:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to annotated tag release-0.011
in repository libclass-tiny-perl.

commit 868ab750ff8de31b4edbc9e14cf51d9e47bacddb
Author: David Golden <dagolden at cpan.org>
Date:   Wed Sep 25 11:04:51 2013 -0400

    update cpanfile and Changes
---
 Changes  | 8 ++++++++
 cpanfile | 3 ++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index 064b90c..cdc855b 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,14 @@ Revision history for Class-Tiny
 
 {{$NEXT}}
 
+    [FIXED]
+
+    - compile test could hang on Windows
+
+    [PREREQS]
+
+    - ExtUtils::MakeMaker configure_requires dropped to 6.17
+
 0.010     2013-09-18 13:23:15 America/New_York
 
     [FIXED]
diff --git a/cpanfile b/cpanfile
index 6ec9381..06c379e 100644
--- a/cpanfile
+++ b/cpanfile
@@ -6,6 +6,7 @@ requires "warnings" => "0";
 on 'test' => sub {
   requires "Exporter" => "0";
   requires "ExtUtils::MakeMaker" => "0";
+  requires "File::Spec" => "0";
   requires "File::Spec::Functions" => "0";
   requires "File::Temp" => "0";
   requires "IO::Handle" => "0";
@@ -22,7 +23,7 @@ on 'test' => sub {
 };
 
 on 'configure' => sub {
-  requires "ExtUtils::MakeMaker" => "6.30";
+  requires "ExtUtils::MakeMaker" => "6.17";
 };
 
 on 'develop' => sub {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-tiny-perl.git



More information about the Pkg-perl-cvs-commits mailing list