[libnet-github-perl] 02/04: Add patch to fix pod syntax error

Jotam Jr. Trejo jotamjr-guest at moszumanska.debian.org
Thu Mar 6 18:01:40 UTC 2014


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

jotamjr-guest pushed a commit to branch master
in repository libnet-github-perl.

commit b9c1adbd6515ffc55892559f792eef44643a1747
Author: Jotam Jr. Trejo <jotamjr at debian.org.sv>
Date:   Thu Mar 6 11:53:54 2014 -0600

    Add patch to fix pod syntax error
---
 debian/patches/pod_syntax_error_fix.patch | 17 +++++++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/pod_syntax_error_fix.patch b/debian/patches/pod_syntax_error_fix.patch
new file mode 100644
index 0000000..a94257e
--- /dev/null
+++ b/debian/patches/pod_syntax_error_fix.patch
@@ -0,0 +1,17 @@
+Description: POD document had syntax errors
+ lib/Net/GitHub/V3/Repos.pm around line 511: '=item' outside of any '=over'
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=93577 
+Author: Jotam Jr. Trejo <jotamjr at debian.org.sv>
+Last-Update: 2014-03-06
+
+--- a/lib/Net/GitHub/V3/Repos.pm
++++ b/lib/Net/GitHub/V3/Repos.pm
+@@ -508,6 +508,8 @@
+ The Watchers code in this module predates the terminology change, so the new
+ Watcher methods use the GitHub 'subscription' terminology.
+ 
++=over 4
++
+ =item subscribers
+ 
+ Returns a list of subscriber data hashes.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e3d6f3b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod_syntax_error_fix.patch

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



More information about the Pkg-perl-cvs-commits mailing list