[libcpan-meta-check-perl] 04/06: Imported Upstream version 0.007
Jonas Smedegaard
js at alioth.debian.org
Fri Aug 9 16:32:11 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libcpan-meta-check-perl.
commit 00d0422735666de78cb1e6e16df214d00ce2701f
Merge: 5b8b210 7592d98
Author: Jonas Smedegaard <dr at jones.dk>
Date: Fri Aug 9 18:27:33 2013 +0200
Imported Upstream version 0.007
Changes | 3 +++
META.json | 2 +-
META.yml | 2 +-
Makefile.PL | 2 +-
README | 2 +-
lib/CPAN/Meta/Check.pm | 4 ++--
t/10-basics.t | 11 +++++------
7 files changed, 14 insertions(+), 12 deletions(-)
diff --cc Changes
index 2d8cf6a,0acb8ab..e371710
--- a/Changes
+++ b/Changes
@@@ -1,5 -1,10 +1,8 @@@
Revision history for CPAN-Meta-Check
-{{$NEXT}}
-
+ 0.007 2013-07-31 14:37:58 Europe/Amsterdam
+ Swap conflicts test, as underscore versions broke it
+
0.006 2013-07-27 00:24:21 Europe/Amsterdam
Fixed bad dereference during conflicts checking
diff --cc META.json
index 7e5e311,0000000..c4fadd5
mode 100644,000000..100644
--- a/META.json
+++ b/META.json
@@@ -1,64 -1,0 +1,64 @@@
+{
+ "abstract" : "Verify requirements in a CPAN::Meta object",
+ "author" : [
+ "Leon Timmermans <leont at cpan.org>"
+ ],
+ "dynamic_config" : 0,
+ "generated_by" : "Dist::Zilla version 4.300035, CPAN::Meta::Converter version 2.120921",
+ "license" : [
+ "perl_5"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : "2"
+ },
+ "name" : "CPAN-Meta-Check",
+ "prereqs" : {
+ "configure" : {
+ "requires" : {
+ "ExtUtils::MakeMaker" : "6.30"
+ }
+ },
+ "develop" : {
+ "requires" : {
+ "Pod::Coverage::TrustPod" : "0",
+ "Test::Pod" : "1.41",
+ "Test::Pod::Coverage" : "1.08"
+ }
+ },
+ "runtime" : {
+ "requires" : {
+ "CPAN::Meta" : "2.120920",
+ "CPAN::Meta::Requirements" : "2.120920",
+ "Exporter" : "5.57",
+ "Module::Metadata" : "0",
+ "perl" : "5.006",
+ "strict" : "0",
+ "warnings" : "0"
+ }
+ },
+ "test" : {
+ "requires" : {
+ "CPAN::Meta" : "2.120920",
+ "File::Find" : "0",
+ "File::Temp" : "0",
+ "Test::Deep" : "0",
+ "Test::More" : "0.88"
+ }
+ }
+ },
+ "release_status" : "stable",
+ "resources" : {
+ "bugtracker" : {
+ "mailto" : "bug-cpan-meta-check at rt.cpan.org",
+ "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Meta-Check"
+ },
+ "repository" : {
+ "type" : "git",
+ "url" : "git://github.com/Leont/cpan-meta-check.git",
+ "web" : "https://github.com/Leont/cpan-meta-check"
+ }
+ },
- "version" : "0.006"
++ "version" : "0.007"
+}
+
diff --cc META.yml
index ec4a3bd,0000000..f5517cc
mode 100644,000000..100644
--- a/META.yml
+++ b/META.yml
@@@ -1,31 -1,0 +1,31 @@@
+---
+abstract: 'Verify requirements in a CPAN::Meta object'
+author:
+ - 'Leon Timmermans <leont at cpan.org>'
+build_requires:
+ CPAN::Meta: 2.120920
+ File::Find: 0
+ File::Temp: 0
+ Test::Deep: 0
+ Test::More: 0.88
+configure_requires:
+ ExtUtils::MakeMaker: 6.30
+dynamic_config: 0
+generated_by: 'Dist::Zilla version 4.300035, CPAN::Meta::Converter version 2.120921'
+license: perl
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: 1.4
+name: CPAN-Meta-Check
+requires:
+ CPAN::Meta: 2.120920
+ CPAN::Meta::Requirements: 2.120920
+ Exporter: 5.57
+ Module::Metadata: 0
+ perl: 5.006
+ strict: 0
+ warnings: 0
+resources:
+ bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Meta-Check
+ repository: git://github.com/Leont/cpan-meta-check.git
- version: 0.006
++version: 0.007
diff --cc Makefile.PL
index 75bae2c,0000000..1621a6b
mode 100644,000000..100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@@ -1,76 -1,0 +1,76 @@@
+
+use strict;
+use warnings;
+
+use 5.006;
+
+use ExtUtils::MakeMaker 6.30;
+
+
+
+my %WriteMakefileArgs = (
+ "ABSTRACT" => "Verify requirements in a CPAN::Meta object",
+ "AUTHOR" => "Leon Timmermans <leont\@cpan.org>",
+ "BUILD_REQUIRES" => {},
+ "CONFIGURE_REQUIRES" => {
+ "ExtUtils::MakeMaker" => "6.30"
+ },
+ "DISTNAME" => "CPAN-Meta-Check",
+ "EXE_FILES" => [],
+ "LICENSE" => "perl",
+ "NAME" => "CPAN::Meta::Check",
+ "PREREQ_PM" => {
+ "CPAN::Meta" => "2.120920",
+ "CPAN::Meta::Requirements" => "2.120920",
+ "Exporter" => "5.57",
+ "Module::Metadata" => 0,
+ "strict" => 0,
+ "warnings" => 0
+ },
+ "TEST_REQUIRES" => {
+ "CPAN::Meta" => "2.120920",
+ "File::Find" => 0,
+ "File::Temp" => 0,
+ "Test::Deep" => 0,
+ "Test::More" => "0.88"
+ },
- "VERSION" => "0.006",
++ "VERSION" => "0.007",
+ "test" => {
+ "TESTS" => "t/*.t"
+ }
+);
+
+
+unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
+ my $tr = delete $WriteMakefileArgs{TEST_REQUIRES};
+ my $br = $WriteMakefileArgs{BUILD_REQUIRES};
+ for my $mod ( keys %$tr ) {
+ if ( exists $br->{$mod} ) {
+ $br->{$mod} = $tr->{$mod} if $tr->{$mod} > $br->{$mod};
+ }
+ else {
+ $br->{$mod} = $tr->{$mod};
+ }
+ }
+}
+
+unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {
+ my $br = delete $WriteMakefileArgs{BUILD_REQUIRES};
+ my $pp = $WriteMakefileArgs{PREREQ_PM};
+ for my $mod ( keys %$br ) {
+ if ( exists $pp->{$mod} ) {
+ $pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod};
+ }
+ else {
+ $pp->{$mod} = $br->{$mod};
+ }
+ }
+}
+
+delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
+ unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
+
+WriteMakefile(%WriteMakefileArgs);
+
+
+
diff --cc README
index 00db73d,0000000..224fa1b
mode 100644,000000..100644
--- a/README
+++ b/README
@@@ -1,13 -1,0 +1,13 @@@
+
+
+This archive contains the distribution CPAN-Meta-Check,
- version 0.006:
++version 0.007:
+
+ Verify requirements in a CPAN::Meta object
+
+This software is copyright (c) 2012 by Leon Timmermans.
+
+This is free software; you can redistribute it and/or modify it under
+the same terms as the Perl 5 programming language system itself.
+
+
diff --cc lib/CPAN/Meta/Check.pm
index bd6c8da,5f5afc3..53ad837
--- a/lib/CPAN/Meta/Check.pm
+++ b/lib/CPAN/Meta/Check.pm
@@@ -1,7 -1,4 +1,7 @@@
package CPAN::Meta::Check;
+{
- $CPAN::Meta::Check::VERSION = '0.006';
++ $CPAN::Meta::Check::VERSION = '0.007';
+}
use strict;
use warnings;
@@@ -82,16 -79,6 +82,16 @@@ sub verify_dependencies
__END__
+=pod
+
+=head1 NAME
+
+CPAN::Meta::Check - Verify requirements in a CPAN::Meta object
+
+=head1 VERSION
+
- version 0.006
++version 0.007
+
=head1 SYNOPSIS
warn "$_\n" for verify_requirements($meta, [qw/runtime build test/], 'requires');
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcpan-meta-check-perl.git
More information about the Pkg-perl-cvs-commits
mailing list