diff options
author | Steve Peters <steve@fisharerojo.org> | 2008-06-05 14:28:16 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2008-06-05 14:28:16 +0000 |
commit | df19a7184d9d1cd2e915f638c7dca8d4f05b216b (patch) | |
tree | 951bb8ec0626f245bbecb3cffb527be3c149960b /lib/Pod | |
parent | dce0cf36a3dbbdb039a0296b3ec373967e63c06f (diff) | |
download | perl-df19a7184d9d1cd2e915f638c7dca8d4f05b216b.tar.gz |
This needs to change so this doesn't need updating everytime
we update Pod::Simple.
p4raw-id: //depot/perl@34003
Diffstat (limited to 'lib/Pod')
-rw-r--r-- | lib/Pod/t/text.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Pod/t/text.t b/lib/Pod/t/text.t index 059f5c2054..a66f569048 100644 --- a/lib/Pod/t/text.t +++ b/lib/Pod/t/text.t @@ -57,7 +57,7 @@ while (<DATA>) { } if ($output eq $expected) { print "ok $n\n"; - } elsif ($n == 4 && $Pod::Simple::VERSION < 3.07) { + } elsif ($n == 4 && $Pod::Simple::VERSION < 3.08) { print "ok $n # skip Pod::Simple S<> parsing bug\n"; } else { print "not ok $n\n"; |