summaryrefslogtreecommitdiff
path: root/cpan/Pod-Simple/lib/Pod/Simple.pm
diff options
context:
space:
mode:
authorDavid E. Wheeler <david@kineticode.com>2009-11-12 11:13:06 -0800
committerDavid Golden <dagolden@cpan.org>2009-11-12 14:43:38 -0500
commit4b6b311b63d14c1231c993fab0b079ccf5fc6026 (patch)
tree6f8c2c7cca3e29751e514a51f7d349bf60f4ae69 /cpan/Pod-Simple/lib/Pod/Simple.pm
parent1bf4246c822bcdde792cfe79ba9827340173af48 (diff)
downloadperl-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.pm2
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);