diff options
author | Craig A. Berry <craigberry@mac.com> | 2009-11-06 22:13:22 -0600 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2009-11-07 18:39:19 -0600 |
commit | bd50b8fff8c82ad4ff8e25e14218b5a2eadb2ec5 (patch) | |
tree | dd528afe66aca2133c9ad8481957233326c3b7bb /cpan/Pod-Simple/lib/Pod/Simple.pm | |
parent | fdabea7a33d4a48e0ef4d209acdec9d6d4fde9b1 (diff) | |
download | perl-bd50b8fff8c82ad4ff8e25e14218b5a2eadb2ec5.tar.gz |
Skip some Pod::Simple tests on VMS that think case is always preserved.
Already in the upstream queue at:
https://rt.cpan.org/Ticket/Display.html?id=51184
Diffstat (limited to 'cpan/Pod-Simple/lib/Pod/Simple.pm')
-rw-r--r-- | cpan/Pod-Simple/lib/Pod/Simple.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Pod-Simple/lib/Pod/Simple.pm b/cpan/Pod-Simple/lib/Pod/Simple.pm index a122bf700b..566686e0d6 100644 --- a/cpan/Pod-Simple/lib/Pod/Simple.pm +++ b/cpan/Pod-Simple/lib/Pod/Simple.pm @@ -18,7 +18,7 @@ use vars qw( ); @ISA = ('Pod::Simple::BlackBox'); -$VERSION = '3.09'; +$VERSION = '3.09_01'; @Known_formatting_codes = qw(I B C L E F S X Z); %Known_formatting_codes = map(($_=>1), @Known_formatting_codes); |