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