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

fsfs pushed a commit to branch master
in repository libdate-convert-perl.

commit b8b85901471193c857d8d7648e2fddeeed9c7266
Author: Florian Schlichting <f...@debian.org>
Date:   Fri Nov 25 19:42:47 2016 +0100

    Add a patch fixing some typos in POD
---
 debian/patches/pod-spelling.patch | 33 +++++++++++++++++++++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 34 insertions(+)

diff --git a/debian/patches/pod-spelling.patch 
b/debian/patches/pod-spelling.patch
new file mode 100644
index 0000000..4ac10ec
--- /dev/null
+++ b/debian/patches/pod-spelling.patch
@@ -0,0 +1,33 @@
+Description: fix typos
+Author: Florian Schlichting <f...@debian.org>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=118961
+
+--- a/Convert.pm
++++ b/Convert.pm
+@@ -523,7 +523,7 @@
+ 
+ =head1 SYNOPSIS
+ 
+-      use Date::DateCalc;
++      use Date::Convert;
+ 
+       $date=new Date::Convert::Gregorian(1997, 11, 27);
+       @date=$date->date;
+@@ -555,7 +555,7 @@
+ 
+ =head1 DESCRIPTION
+ 
+-Fucntion can be split into several categories:
++Function can be split into several categories:
+ 
+ =over 4
+ 
+@@ -587,7 +587,7 @@
+ =item new
+ 
+ Create a new object in the specified format with the specified start
+-paramaters, ie. C<$date = new Date::Convert::Gregorian(1974, 11, 27)>.  The
++parameters, ie. C<$date = new Date::Convert::Gregorian(1974, 11, 27)>.  The
+ start parameters vary with the subclass.  My personal preference is to
+ order in decreasing order of generality (ie. year first, then month, then
+ day, or year then week, etc.)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ad85da2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-spelling.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdate-convert-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