This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libyaml-libyaml-perl.
commit 3b0193008fc3e5757b94fcca6113dc86c0aba4e9 Author: gregor herrmann <[email protected]> Date: Sat Jul 12 21:36:49 2014 +0200 Add patch to fix a POD error. --- debian/patches/pod-error.patch | 19 +++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 20 insertions(+) diff --git a/debian/patches/pod-error.patch b/debian/patches/pod-error.patch new file mode 100644 index 0000000..544a194 --- /dev/null +++ b/debian/patches/pod-error.patch @@ -0,0 +1,19 @@ +Description: fix pod error + 2x =over, 1x =back +Origin: vendor +Author: gregor herrmann <[email protected]> +Last-Update: 2014-07-12 +Forwarded: https://github.com/ingydotnet/yaml-libyaml-pm/issues/6 +Bug: https://github.com/ingydotnet/yaml-libyaml-pm/issues/6 + +--- a/lib/YAML/XS.pod ++++ b/lib/YAML/XS.pod +@@ -32,8 +32,6 @@ + + =head1 CONFIGURATION + +-=over 4 +- + =over + + =item C<$YAML::XS::UseCode> diff --git a/debian/patches/series b/debian/patches/series index d672fb4..a18d193 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ libyaml-string-overflow.patch libyaml-node-id-hardening.patch libyaml-guard-against-overflows-in-indent-and-flow_level.patch CVE-2014-2525.patch +pod-error.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libyaml-libyaml-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
