[libaudio-mpd-common-perl] 01/03: New fix_moose_enum_warnings.patch
Florian Schlichting
fsfs at moszumanska.debian.org
Fri Mar 7 22:23:15 UTC 2014
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to branch master
in repository libaudio-mpd-common-perl.
commit 4f5983595f1c61a8ff6c8203adec73ce1700251e
Author: Florian Schlichting <fsfs at debian.org>
Date: Fri Mar 7 23:04:08 2014 +0100
New fix_moose_enum_warnings.patch
---
debian/patches/fix_moose_enum_warnings.patch | 15 +++++++++++++++
debian/patches/series | 1 +
2 files changed, 16 insertions(+)
diff --git a/debian/patches/fix_moose_enum_warnings.patch b/debian/patches/fix_moose_enum_warnings.patch
new file mode 100644
index 0000000..589ad94
--- /dev/null
+++ b/debian/patches/fix_moose_enum_warnings.patch
@@ -0,0 +1,15 @@
+Description: Fix Moose enum warnings
+ This is the first half of #740621
+Author: https://github.com/zoffixznet
+Origin: https://github.com/jquelin/audio-mpd-common/pull/1/files
+--- a/lib/Audio/MPD/Common/Types.pm
++++ b/lib/Audio/MPD/Common/Types.pm
+@@ -20,7 +20,7 @@
+
+ use Audio::MPD::Common::Time;
+
+-enum 'State' => qw{ play stop pause };
++enum 'State' => [qw{ play stop pause }];
+
+ coerce 'Audio::MPD::Common::Time'
+ => from 'Str'
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..68275ce
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_moose_enum_warnings.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libaudio-mpd-common-perl.git
More information about the Pkg-perl-cvs-commits
mailing list