diff options
Diffstat (limited to 'cpan/Pod-Simple/lib/Pod/Simple/XMLOutStream.pm')
-rw-r--r-- | cpan/Pod-Simple/lib/Pod/Simple/XMLOutStream.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Pod-Simple/lib/Pod/Simple/XMLOutStream.pm b/cpan/Pod-Simple/lib/Pod/Simple/XMLOutStream.pm index e81f9a84b6..afe30cec2b 100644 --- a/cpan/Pod-Simple/lib/Pod/Simple/XMLOutStream.pm +++ b/cpan/Pod-Simple/lib/Pod/Simple/XMLOutStream.pm @@ -5,7 +5,7 @@ use strict; use Carp (); use Pod::Simple (); use vars qw( $ATTR_PAD @ISA $VERSION $SORT_ATTRS); -$VERSION = '3.11'; +$VERSION = '3.13'; BEGIN { @ISA = ('Pod::Simple'); *DEBUG = \&Pod::Simple::DEBUG unless defined &DEBUG; @@ -156,7 +156,7 @@ Patches against Pod::Simple are welcome. Please send bug reports to =head1 COPYRIGHT AND DISCLAIMERS -Copyright (c) 2002-2004 Sean M. Burke. All rights reserved. +Copyright (c) 2002-2004 Sean M. Burke. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. |