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

gregoa pushed a commit to branch master
in repository libtest-prereq-perl.

commit e1f61dde25932c5d1a833f08e5da4f781e174a90
Author: gregor herrmann <gre...@debian.org>
Date:   Mon Jun 22 21:31:59 2015 +0200

    Drop module-build.patch, merged upstream.
---
 debian/patches/module-build.patch | 40 ---------------------------------------
 debian/patches/series             |  1 -
 2 files changed, 41 deletions(-)

diff --git a/debian/patches/module-build.patch 
b/debian/patches/module-build.patch
deleted file mode 100644
index 2a9ab38..0000000
--- a/debian/patches/module-build.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-Description: special case Module::Build in tests for newer perls
- Module::Build was removed from core after 5.20.2
-Origin: vendor
-Bug-Debian: https://bugs.debian.org/789479
-Author: gregor herrmann <gre...@debian.org>
-Last-Update: 2015-06-21
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105398
-Bug: https://rt.cpan.org/Ticket/Display.html?id=105398
-
---- a/t/get_loaded_modules.t
-+++ b/t/get_loaded_modules.t
-@@ -8,7 +8,7 @@
-       my $keys = [ grep ! /^CPANPLUS/, sort keys %$modules ];
- 
-       my @expected = qw( Module::Info Test::Prereq Test::Prereq::Build );
--      unshift @expected, qw(Module::Build) if $] =~ m/\A5.008/;
-+      unshift @expected, qw(Module::Build) if $] =~ m/\A5.008/ or $] > 
5.020002;
- 
-       @expected = sort @expected;
- 
---- a/t/prereq_ok.t
-+++ b/t/prereq_ok.t
-@@ -7,7 +7,7 @@
-       unless exists $Module::CoreList::version{ $] };
- 
- my @ignore = qw(CPANPLUS::Internals::System);
--push @ignore, qw(Module::Build) if $] =~ /\A5\.008/;
-+push @ignore, qw(Module::Build) if $] =~ /\A5\.008/ or $] > 5.020002;
- 
- my $rc = prereq_ok( undef, undef, \@ignore );
- 
---- a/t/prior_plan.t
-+++ b/t/prior_plan.t
-@@ -5,5 +5,5 @@
- use Test::Prereq;
- 
- my @ignore = qw(CPANPLUS::Internals::System);
--push @ignore, qw(Module::Build) if $] =~ /\A5\.008/;
-+push @ignore, qw(Module::Build) if $] =~ /\A5\.008/ or $] > 5.020002;
- prereq_ok( undef, undef, \@ignore );
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 1a34dff..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-module-build.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-prereq-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