diff options
author | Steve Peters <steve@fisharerojo.org> | 2008-06-05 02:00:46 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2008-06-05 02:00:46 +0000 |
commit | 8365c870bf83de09c3b5aafe1d865e0243eea1dc (patch) | |
tree | d503e03d1e224e43d4ae7d1f07767bd6371d9d6c /lib/Pod/t | |
parent | 42e4baff3065f0219e40d48113b9180ea9333dbc (diff) | |
download | perl-8365c870bf83de09c3b5aafe1d865e0243eea1dc.tar.gz |
It appears that the S<> bug in Pod::Simple hasn't been fixed yet.
Bump the version needed for the skip.
p4raw-id: //depot/perl@33999
Diffstat (limited to 'lib/Pod/t')
-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 f5654eaf25..059f5c2054 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.06) { + } elsif ($n == 4 && $Pod::Simple::VERSION < 3.07) { print "ok $n # skip Pod::Simple S<> parsing bug\n"; } else { print "not ok $n\n"; |