diff options
Diffstat (limited to 'cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm')
-rw-r--r-- | cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm b/cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm index dea1cde7cc..6ab2b751dc 100644 --- a/cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm +++ b/cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm @@ -6,7 +6,7 @@ use strict; use Carp (); use Pod::Simple (); use vars qw( @ISA $VERSION ); -$VERSION = '3.20'; +$VERSION = '3.22'; @ISA = ('Pod::Simple'); sub new { |