Message-ID: <
20080605163838.GA25576@glaive.weftsoar.net>
p4raw-id: //depot/perl@34004
}
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";
###
Test of S<>
This is some whitespace.
+
###
==