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 <dagol...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to