[SCM] Debian packaging of libuser-simple-perl branch, master, updated. debian/1.43-2-6-gb1e7f19
gregor herrmann
gregoa at debian.org
Tue Jun 18 19:04:25 UTC 2013
The following commit has been merged in the master branch:
commit 114a5f2bbbd57a8cfa2c720a2db31738629f19c5
Author: gregor herrmann <gregoa at debian.org>
Date: Tue Jun 18 20:40:36 2013 +0200
Drop qw-list.patch, merged upstream.
diff --git a/debian/patches/qw-list.patch b/debian/patches/qw-list.patch
deleted file mode 100644
index 92938e8..0000000
--- a/debian/patches/qw-list.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: qw() in list context is an error with newer perls
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=85966
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85966
-Bug-Debian: http://bugs.debian.org/711394
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-06-16
-
---- a/lib/User/Simple/Admin.pm
-+++ b/lib/User/Simple/Admin.pm
-@@ -339,7 +339,7 @@
- # sensitive. Gah, we work around that to provide the much more
- # common lowercase fields... This might still have some problems
- # attached, please tell me if it breaks for you.
-- for my $case qw(id ID Id iD) {
-+ for my $case (qw(id ID Id iD)) {
- if (exists $row->{$case}) {
- $id = $row->{$case};
- last;
diff --git a/debian/patches/series b/debian/patches/series
index c1f1799..5766d01 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-qw-list.patch
pod-encoding.patch
--
Debian packaging of libuser-simple-perl
More information about the Pkg-perl-cvs-commits
mailing list