[libgraph-perl] 13/14: Add patch to fix POD (missing NAME header).

gregor herrmann gregoa at debian.org
Sat Sep 19 20:09:37 UTC 2015


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

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

commit bb76b84bb030acd2387f979a4181bc63149c0b1f
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Sep 19 22:06:06 2015 +0200

    Add patch to fix POD (missing NAME header).
---
 debian/patches/fix-pod.patch | 18 ++++++++++++++++++
 debian/patches/series        |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/fix-pod.patch b/debian/patches/fix-pod.patch
new file mode 100644
index 0000000..5ccb30e
--- /dev/null
+++ b/debian/patches/fix-pod.patch
@@ -0,0 +1,18 @@
+Description: fix POD: add missing NAME header
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-09-19
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=107195
+Bug: https://rt.cpan.org/Ticket/Display.html?id=107195
+
+--- a/lib/Graph/TransitiveClosure.pm
++++ b/lib/Graph/TransitiveClosure.pm
+@@ -63,6 +63,8 @@
+ __END__
+ =pod
+ 
++=head1 NAME
++
+ Graph::TransitiveClosure - create and query transitive closure of graph
+ 
+ =head1 SYNOPSIS
diff --git a/debian/patches/series b/debian/patches/series
index e5aebf4..502fe66 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-Don-t-compare-version-numbers-numerically.patch
 spelling.patch
+fix-pod.patch

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



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