[libmath-prime-util-perl] 05/06: Add a patch to fix a typo in the POD formatting syntax.

gregor herrmann gregoa at debian.org
Mon Oct 13 19:57:55 UTC 2014


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

gregoa pushed a commit to branch master
in repository libmath-prime-util-perl.

commit 3d6f08355ef51c8dfa4222523c6a26989c066f19
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Oct 13 21:54:54 2014 +0200

    Add a patch to fix a typo in the POD formatting syntax.
---
 debian/patches/pod-syntax.patch | 18 ++++++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/pod-syntax.patch b/debian/patches/pod-syntax.patch
new file mode 100644
index 0000000..cbee7a5
--- /dev/null
+++ b/debian/patches/pod-syntax.patch
@@ -0,0 +1,18 @@
+Description: fix a typo in POD formatting
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-10-13
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=99467
+Bug: https://rt.cpan.org/Ticket/Display.html?id=99467
+
+--- a/lib/Math/Prime/Util.pm
++++ b/lib/Math/Prime/Util.pm
+@@ -2538,7 +2538,7 @@
+ 
+ Returns the Stirling numbers of either the first kind (default) or
+ second kind (with a third argument of 2).  It takes two non-negative integer
+-arguments C<n< and C<k>.  This corresponds to Pari's C<stirling(n,k,{type})>
++arguments C<n> and C<k>.  This corresponds to Pari's C<stirling(n,k,{type})>
+ function and Mathematica's C<StirlingS1> / C<StirlingS2> functions.
+ 
+ Stirling numbers of the first kind are C<-1^(n-k)> times the number of
diff --git a/debian/patches/series b/debian/patches/series
index 1d216b3..445a8d2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Put-Carp-use-in-correct-package.patch
+pod-syntax.patch

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



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