Change 34004 by [EMAIL PROTECTED] on 2008/06/06 01:17:31
Subject: [PATCH] incorrectly failing test in lib/Pod/t/text.t
From: Hans Dieter Pearcey <[EMAIL PROTECTED]>
Date: Thu, 5 Jun 2008 12:38:38 -0400
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/lib/Pod/t/text.t#9 edit
Differences ...
==== //depot/perl/lib/Pod/t/text.t#9 (text) ====
Index: perl/lib/Pod/t/text.t
--- perl/lib/Pod/t/text.t#8~34003~ 2008-06-05 07:28:16.000000000 -0700
+++ perl/lib/Pod/t/text.t 2008-06-05 18:17:31.000000000 -0700
@@ -57,8 +57,6 @@
}
if ($output eq $expected) {
print "ok $n\n";
- } elsif ($n == 4 && $Pod::Simple::VERSION < 3.08) {
- print "ok $n # skip Pod::Simple S<> parsing bug\n";
} else {
print "not ok $n\n";
print "Expected\n========\n$expected\nOutput\n======\n$output\n";
@@ -99,5 +97,6 @@
###
Test of S<>
This is some whitespace.
+
###
==
End of Patch.