Skip Menu |

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

Report information
The Basics
Id: 41680
Status: resolved
Priority: 0/
Queue: Text-SimpleTable

People
Owner: Nobody in particular
Requestors: bobtfish [...] bobtfish.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Text::SimpleTable fails POD coverage tests
Date: Sun, 14 Dec 2008 01:20:26 +0000
To: bug-text-simpletable [...] rt.cpan.org
From: Tomas Doran <bobtfish [...] bobtfish.net>
Meaning it fails if you have export TEST_POD=1 in your ~/.bashrc (which I do). Patch to fix below. Cheers t0m diff -ur Text-SimpleTable-0.05/lib/Text/SimpleTable.pm Text- SimpleTable-0.05-t0m/lib/Text/SimpleTable.pm --- Text-SimpleTable-0.05/lib/Text/SimpleTable.pm 2008-08-28 16:39:01.000000000 +0100 +++ Text-SimpleTable-0.05-t0m/lib/Text/SimpleTable.pm 2008-12-14 00:38:08.000000000 +0000 @@ -68,6 +68,8 @@ =over 4 +=item new( $width, $height ) + =cut sub new {
Duplicate of 41682