This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libsereal-decoder-perl.
commit 82aad23d928d2f88d677b87eed11cadc5e7c26fc Author: gregor herrmann <[email protected]> Date: Sun Apr 13 17:31:47 2014 +0200 Add a patch to fix an error in the POD syntax. --- debian/patches/pod-syntax.patch | 19 +++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 20 insertions(+) diff --git a/debian/patches/pod-syntax.patch b/debian/patches/pod-syntax.patch new file mode 100644 index 0000000..aad3d45 --- /dev/null +++ b/debian/patches/pod-syntax.patch @@ -0,0 +1,19 @@ +Description: fix POD error: + "Unterminated C<...> sequence" +Origin: vendor +Bug: https://github.com/Sereal/Sereal/issues/49 +Forwarded: https://github.com/Sereal/Sereal/issues/49 +Author: gregor herrmann <[email protected]> +Last-Update: 2014-04-13 + +--- a/lib/Sereal/Performance.pm ++++ b/lib/Sereal/Performance.pm +@@ -78,7 +78,7 @@ + + C<sereal_encode_with_object> and C<sereal_decode_with_object> + are optionally exported from the L<Sereal> module (or +-C<Sereal::Encoder> and C<Sereal::Decoder respectively). ++C<Sereal::Encoder> and C<Sereal::Decoder> respectively). + They work the same as the object-oriented interface except + that they are invoked differently: + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..c30ca3c --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +pod-syntax.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsereal-decoder-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
