[libcgi-expand-perl] 08/12: New patch added to fix typo in documentation.
Vasudev Kamath
vasudev-guest at alioth.debian.org
Thu Sep 26 17:29:02 UTC 2013
This is an automated email from the git hooks/post-receive script.
vasudev-guest pushed a commit to branch master
in repository libcgi-expand-perl.
commit a23184cc55ae285379487fa86ff72faf38c34c92
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date: Thu Sep 26 22:57:38 2013 +0530
New patch added to fix typo in documentation.
---
debian/patches/1001_spelling_mistake_fix.patch | 26 ++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 27 insertions(+)
diff --git a/debian/patches/1001_spelling_mistake_fix.patch b/debian/patches/1001_spelling_mistake_fix.patch
new file mode 100644
index 0000000..433dab0
--- /dev/null
+++ b/debian/patches/1001_spelling_mistake_fix.patch
@@ -0,0 +1,26 @@
+Description: Fix the spelling mistakes in POD documentation
+ Fix the spelling mistake in documentation of Expand.pm which will be
+ installed as manpage.
+Author: Vasudev Kamath <kamathvasudev at gmail.com>
+Last-Update: 2013-09-26
+
+--- libcgi-expand-perl-2.04.orig/Expand.pm
++++ libcgi-expand-perl-2.04/Expand.pm
+@@ -361,7 +361,7 @@ are reported as exceptions. (See test.p
+ Subclassing in now the preferred way to change the behaviour and
+ defaults. (Previously package variables were used, see test.pl).
+
+-The methods which may be overriden by subclasses are separator,
++The methods which may be overridden by subclasses are separator,
+ max_array, split_name and join_name.
+
+ =over 4
+@@ -377,7 +377,7 @@ used to disable the use of arrays, evert
+
+ $subclass->separator;
+
+-Returns the separator charaters used to split the keys of the flat hash.
++Returns the separator characters used to split the keys of the flat hash.
+ The default is '.' but multiple characters are allowed. The default
+ join will use the first character.
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7307427
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+1001_spelling_mistake_fix.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-expand-perl.git
More information about the Pkg-perl-cvs-commits
mailing list