[SCM] Debian packaging of libtext-tabulardisplay-perl branch, master, updated. 8355616af6b3ae578d5113f538ea5b3e7efbcc3c

Harlan Lieberman-Berg H.LiebermanBerg at gmail.com
Mon Aug 8 22:43:19 UTC 2011


The following commit has been merged in the master branch:
commit b4138c4979e35137cce04b2cea8bc411d7815bfc
Author: Harlan Lieberman-Berg <H.LiebermanBerg at gmail.com>
Date:   Mon Aug 8 18:39:08 2011 -0400

    Commit a patch to fix several manpage misspellings.

diff --git a/debian/patches/fix-manpage-spelling b/debian/patches/fix-manpage-spelling
new file mode 100644
index 0000000..04dd689
--- /dev/null
+++ b/debian/patches/fix-manpage-spelling
@@ -0,0 +1,22 @@
+A simple patch to fix several misspellings.
+
+--- a/TabularDisplay.pm
++++ b/TabularDisplay.pm
+@@ -351,7 +351,7 @@
+ add() adds data to the instance; and render() returns a formatted
+ string representation of the instance.
+ 
+-There are also a few auxilliary convenience methods: clone(), items(),
++There are also a few auxiliary convenience methods: clone(), items(),
+ reset(), populate(), and paginate().
+ 
+ =over
+@@ -525,7 +525,7 @@
+ =head1 NOTES / ISSUES
+ 
+ Text::TabularDisplay assumes it is handling strings, and does stringy
+-things with the data, like legnth() and sprintf().  Non-character data
++things with the data, like length() and sprintf().  Non-character data
+ can be passed in, of course, but will be treated as strings; this may
+ have ramifications for objects that implement overloading.
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ed7fa23
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-manpage-spelling

-- 
Debian packaging of libtext-tabulardisplay-perl



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