[libgit-pureperl-perl] 04/06: Drop perl_518_qw_in_list.patch, merged upstream.

gregor herrmann gregoa at debian.org
Sun Jan 26 15:17:57 UTC 2014


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

gregoa pushed a commit to branch master
in repository libgit-pureperl-perl.

commit 35f38abfd7c9b6fd6606f2ce3c78a303e22b9b4e
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jan 26 16:15:35 2014 +0100

    Drop perl_518_qw_in_list.patch, merged upstream.
---
 debian/patches/perl_518_qw_in_list.patch | 30 ------------------------------
 debian/patches/series                    |  1 -
 2 files changed, 31 deletions(-)

diff --git a/debian/patches/perl_518_qw_in_list.patch b/debian/patches/perl_518_qw_in_list.patch
deleted file mode 100644
index cc5270b..0000000
--- a/debian/patches/perl_518_qw_in_list.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Description: qw() in list context is an error now
-Origin: vendor
-Bug-Debian: http://bugs.debian.org/711443
-Bug: https://rt.cpan.org/Ticket/Display.html?id=86018
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=86018
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-06-09
-
---- a/t/00_setup.t
-+++ b/t/00_setup.t
-@@ -4,7 +4,7 @@
- use Test::More;
- use Archive::Extract;
- 
--foreach my $name qw(test-project test-project-packs test-project-packs2 test-encoding) {
-+foreach my $name (qw(test-project test-project-packs test-project-packs2 test-encoding)) {
-     next if -d $name;
-     my $ae = Archive::Extract->new( archive => "$name.tgz" );
-     $ae->extract;
---- a/t/simple.t
-+++ b/t/simple.t
-@@ -7,7 +7,7 @@
- 
- my $checkout_directory = dir('t/checkout');
- 
--foreach my $directory qw(test-project test-project-packs test-project-packs2)
-+foreach my $directory (qw(test-project test-project-packs test-project-packs2))
- {
-     my $git = Git::PurePerl->new( directory => $directory );
-     like( $git->master_sha1, qr/^[a-z0-9]{40}$/ );
diff --git a/debian/patches/series b/debian/patches/series
index 8ce63b8..cf4be3a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 disable_test.patch
-perl_518_qw_in_list.patch

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



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