Skip Menu |

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

Report information
The Basics
Id: 42438
Status: resolved
Priority: 0/
Queue: Text-DeDuper

People
Owner: Nobody in particular
Requestors: frank.wiegand [...] gmail.com
Cc:
AdminCc:

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



Subject: [patch] test failure (pod coverage)
Hi, Text::DeDuper fails on t/pod.t Attached is a patch. Thanks, Frank
Subject: deduper.patch
--- lib/Text/DeDuper.pm.old 2006-01-05 19:35:41.000000000 +0100 +++ lib/Text/DeDuper.pm 2009-01-15 12:55:14.000000000 +0100 @@ -47,7 +47,9 @@ $VERSION = do { my @r = (q$Revision: 1.0 $ =~ /\d+/g); sprintf "%d."."%02d", @r }; -=head1 CONSTRUCTOR +=head1 METHODS + +=head2 new (CONSTRUCTOR) $deduper = new Text::DeDuper(<attribute-value-pairs>); @@ -78,8 +80,6 @@ return $self; } -=head1 METHODS - =cut =head2 add_doc
Applied the contributed patch. Thanks, Frank. Jan