summaryrefslogtreecommitdiff
path: root/cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm')
-rw-r--r--cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm b/cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm
index d920d53fa1..badce4ddca 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.11';
+$VERSION = '3.13';
@ISA = ('Pod::Simple');
sub new {
@@ -83,7 +83,7 @@ Patches against Pod::Simple are welcome. Please send bug reports to
=head1 COPYRIGHT AND DISCLAIMERS
-Copyright (c) 2002 Sean M. Burke. All rights reserved.
+Copyright (c) 2002 Sean M. Burke.
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.