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 88d7a5ed0190032c2f91a62504a642e560a43af7 Author: Florian Schlichting <[email protected]> Date: Fri Apr 11 20:45:18 2014 +0200 Drop fix_moose_enum_warnings.patch, applied upstream --- debian/patches/fix_moose_enum_warnings.patch | 15 --------------- debian/patches/series | 1 - 2 files changed, 16 deletions(-) diff --git a/debian/patches/fix_moose_enum_warnings.patch b/debian/patches/fix_moose_enum_warnings.patch deleted file mode 100644 index 589ad94..0000000 --- a/debian/patches/fix_moose_enum_warnings.patch +++ /dev/null @@ -1,15 +0,0 @@ -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 deleted file mode 100644 index 68275ce..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
