[libmath-base-convert-perl] 02/05: pod.patch
gregor herrmann
gregoa at debian.org
Wed Oct 21 19:39:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libmath-base-convert-perl.
commit b28fac81344d8253d0d401b94aa6799ce554e12d
Author: gregor herrmann <gregoa at debian.org>
Date: Wed Oct 21 21:26:36 2015 +0200
pod.patch
---
debian/patches/pod.patch | 64 ++++++++++++++++++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 65 insertions(+)
diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch
new file mode 100644
index 0000000..c38fd48
--- /dev/null
+++ b/debian/patches/pod.patch
@@ -0,0 +1,64 @@
+Description: fix some POD issues
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-10-21
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=107910
+Bug: https://rt.cpan.org/Ticket/Display.html?id=107910
+
+--- a/lib/Math/Base/Convert/Bases.pm
++++ b/lib/Math/Base/Convert/Bases.pm
+@@ -133,7 +133,11 @@
+
+ __END__
+
+-=head1 NAME - Math::Base::Convert::Bases
++=head1 NAME
++
++Math::Base::Convert::Bases - helper module for bases
++
++=head1 DESCRIPTION
+
+ This package contains no documentation
+
+--- a/lib/Math/Base/Convert/CalcPP.pm
++++ b/lib/Math/Base/Convert/CalcPP.pm
+@@ -162,7 +162,7 @@
+
+ =head1 NAME
+
+-Math::Base::Convert::CalcPP
++Math::Base::Convert::CalcPP - standard methods used by Math::Base::Convert
+
+ =head1 DESCRIPTION
+
+@@ -209,6 +209,8 @@
+ }
+ return $output;
+
++=back
++
+ =head1 AUTHOR
+
+ Michael Robinton, michael at bizsystems.com
+--- a/lib/Math/Base/Convert/Shortcuts.pm
++++ b/lib/Math/Base/Convert/Shortcuts.pm
+@@ -419,7 +419,7 @@
+
+ =head1 NAME
+
+-Math::Base::Convert::Shortcuts
++Math::Base::Convert::Shortcuts - methods for converting powers of 2 bases
+
+ =head1 DESCRIPTION
+
+--- a/bitmaps
++++ b/bitmaps
+@@ -132,7 +132,7 @@
+
+ =head1 NAME
+
+-Math::Base::Convert::Bitmaps
++Math::Base::Convert::Bitmaps - pregenerated bitmask tables
+
+ This package contains no documentation
+
diff --git a/debian/patches/series b/debian/patches/series
index 5299247..2cd8e6f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
spelling.patch
+pod.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-base-convert-perl.git
More information about the Pkg-perl-cvs-commits
mailing list