[SCM] libcpan-meta-check-perl Debian packaging branch, master, updated. debian/0.004-1-39-g7d96c48

Leon Timmermans fawaka at gmail.com
Wed Apr 24 12:40:41 UTC 2013


The following commit has been merged in the master branch:
commit 4e23c8b24e8339631c0e3ce1ed4a08834a5f462c
Author: Leon Timmermans <fawaka at gmail.com>
Date:   Thu May 24 21:29:46 2012 +0200

    Depend on recent enough CPAN::Meta
    
    CPAN::Meta::Check depends on CPAN::Meta version 2.120920. However, if an
    older version of CPAN::Meta is installed, C:M:C's Makefile.PL doesn't
    warn about a missing prerequisite. The result is that the CPAN shell
    doesn't upgrade C:M, and then tests fail when an older C:M returns a
    Version::Requirements object instead of the expected
    CPAN::Meta::Requirements object.
    
    Reported by Zefram

diff --git a/Changes b/Changes
index bb6b3b1..8705571 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for CPAN-Meta-Check
 
 {{$NEXT}}
+          Depend on recent enough CPAN::Meta
 
 0.003     2012-05-09 20:48:01 Europe/Amsterdam
           Allow explicit setting of the include dir
diff --git a/lib/CPAN/Meta/Check.pm b/lib/CPAN/Meta/Check.pm
index 8e37ae3..4ed6b3e 100644
--- a/lib/CPAN/Meta/Check.pm
+++ b/lib/CPAN/Meta/Check.pm
@@ -7,6 +7,7 @@ our @EXPORT = qw//;
 our @EXPORT_OK = qw/check_requirements requirements_for verify_dependencies/;
 our %EXPORT_TAGS = (all => [ @EXPORT, @EXPORT_OK ] );
 
+use CPAN::Meta 2.120920;
 use CPAN::Meta::Requirements 2.120920;
 use Module::Metadata;
 

-- 
libcpan-meta-check-perl Debian packaging



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