[SCM] Debian packaging of libmoosex-multiinitarg-perl branch, master, updated. debian/0.01-2-8-ge763a48
gregor herrmann
gregoa at debian.org
Sun Jun 9 12:27:59 UTC 2013
The following commit has been merged in the master branch:
commit 54024d24c6dcdc12d65dc6475b58b464e60c7ad0
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Jun 9 14:21:40 2013 +0200
Drop qw-list.patch, applied upstream.
diff --git a/debian/patches/qw-list.patch b/debian/patches/qw-list.patch
deleted file mode 100644
index 32b111a..0000000
--- a/debian/patches/qw-list.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: qw() in list context is an error now
-Origin: vendor
-Bug-Debian: http://bugs.debian.org/711608
-Bug: https://rt.cpan.org/Ticket/Display.html?id=86001
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=86001
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-06-08
-
---- a/t/01-main.t
-+++ b/t/01-main.t
-@@ -28,7 +28,7 @@
- package main;
- use Test::More tests => 10;
-
--foreach my $class qw(WithTrait WithMeta)
-+foreach my $class (qw(WithTrait WithMeta))
- {
- my $foo = $class->new(x => 'x');
- is($foo->x, 'x', "$class x works");
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index c419c74..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-qw-list.patch
--
Debian packaging of libmoosex-multiinitarg-perl
More information about the Pkg-perl-cvs-commits
mailing list