Skip Menu |

This queue is for tickets about the Text-TabularDisplay CPAN distribution.

Report information
The Basics
Id: 76163
Status: resolved
Worked: 20 min
Priority: 0/
Queue: Text-TabularDisplay

People
Owner: darren [...] cpan.org
Requestors: fschlich [...] zedat.fu-berlin.de
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.28
Fixed in: 1.30



Subject: typos in pod
Hi, the Debian package of Text-TabularDisplay ships with a tiny patch for two POD typos, which I'd like to forward for inclusion when convenient: Description: Fix minor spelling errors in manpage Author: Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com> --- 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. Florian
I've fixed the pod errors and uploaded a new version, 1.30. You should see it shortly. There was also a prematurely-uploaded 1.29; ignore that version, please.