This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libnanomsg-raw-perl.

commit 644671e598feb947b20ab2e939544366dc1d3535
Author: gregor herrmann <gre...@debian.org>
Date:   Mon Dec 26 18:05:05 2016 +0100

    Add a patch to add NAME sections to the POD.
---
 debian/patches/pod-name.patch | 33 +++++++++++++++++++++++++++++++++
 debian/patches/series         |  1 +
 2 files changed, 34 insertions(+)

diff --git a/debian/patches/pod-name.patch b/debian/patches/pod-name.patch
new file mode 100644
index 0000000..875c9b4
--- /dev/null
+++ b/debian/patches/pod-name.patch
@@ -0,0 +1,33 @@
+Description: add NAME sections to POD
+Origin: vendor
+Bug: https://github.com/rafl/nanomsg-raw/issues/6
+Forwarded: https://github.com/rafl/nanomsg-raw/issues/6
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2016-12-26
+
+--- a/lib/NanoMsg/Raw.pm
++++ b/lib/NanoMsg/Raw.pm
+@@ -29,6 +29,10 @@
+     functions => \@functions,
+ );
+ 
++=head1 NAME
++
++NanoMsg::Raw - Low-level interface to the nanomsg scalability protocols 
library
++
+ =head1 SYNOPSIS
+ 
+     use Test::More;
+--- a/lib/NanoMsg/Raw/Message.pm
++++ b/lib/NanoMsg/Raw/Message.pm
+@@ -6,6 +6,10 @@
+ 
+ use overload '""' => sub { ${ $_[0] } }, fallback => 1;
+ 
++=head1 NAME
++
++NanoMsg::Raw::Message - Message buffer for NanoMsg::Raw
++
+ =head1 SYNOPSIS
+ 
+     use NanoMsg::Raw;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1e2a7f6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-name.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnanomsg-raw-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to