X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=cpan%2FPod-Simple%2Flib%2FPod%2FSimple%2FPullParserToken.pm;h=3a156b442bd680f9299a432fb65db1fb9d63dfda;hb=433cf6b48b10555baabcf34f887d934c810b586d;hp=ff8ccc132891475053ebd57929bf39a76c7d6fc9;hpb=7ef8876759a399d5abdaffd43d414f88b07547f9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm b/cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm index ff8ccc1..3a156b4 100644 --- a/cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm +++ b/cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm @@ -3,7 +3,7 @@ require 5; package Pod::Simple::PullParserToken; # Base class for tokens gotten from Pod::Simple::PullParser's $parser->get_token @ISA = (); -$VERSION = '3.11'; +$VERSION = '3.13'; use strict; sub new { # Class->new('type', stuff...); ## Overridden in derived classes anyway @@ -134,7 +134,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.