diff options
author | David E. Wheeler <david@kineticode.com> | 2009-11-12 11:13:06 -0800 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2009-11-12 14:43:38 -0500 |
commit | 4b6b311b63d14c1231c993fab0b079ccf5fc6026 (patch) | |
tree | 6f8c2c7cca3e29751e514a51f7d349bf60f4ae69 /cpan/Pod-Simple/lib/Pod/Simple.pm | |
parent | 1bf4246c822bcdde792cfe79ba9827340173af48 (diff) | |
download | perl-4b6b311b63d14c1231c993fab0b079ccf5fc6026.tar.gz |
Bring Pod::Simple up to 3.10
This is the same as the version just released to CPAN. Notable changes
are skipping failing tests on VMS and fixing nested definition lists in
the XHTML formatter.
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 566686e0d6..ae4aaff613 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_01'; +$VERSION = '3.10'; @Known_formatting_codes = qw(I B C L E F S X Z); %Known_formatting_codes = map(($_=>1), @Known_formatting_codes); |