summaryrefslogtreecommitdiff
path: root/cpan/Pod-Simple/lib/Pod/Simple/PullParserStartToken.pm
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2012-03-11 18:05:18 +0100
committerAbigail <abigail@abigail.be>2012-03-11 18:05:18 +0100
commitc2111e44b9c240077dbd9c22565beaa01b7c9f35 (patch)
tree7d0984b367fd2f9d3bfe52fe4d22c889971de029 /cpan/Pod-Simple/lib/Pod/Simple/PullParserStartToken.pm
parentacdbe25bd91bf897e0cf373b91ab0814e21c4860 (diff)
downloadperl-c2111e44b9c240077dbd9c22565beaa01b7c9f35.tar.gz
Upgrade Pod-Simple to 3.20. This should fix issue 111520.
Diffstat (limited to 'cpan/Pod-Simple/lib/Pod/Simple/PullParserStartToken.pm')
-rw-r--r--cpan/Pod-Simple/lib/Pod/Simple/PullParserStartToken.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Pod-Simple/lib/Pod/Simple/PullParserStartToken.pm b/cpan/Pod-Simple/lib/Pod/Simple/PullParserStartToken.pm
index e7742b0f6f..e9fbaa2b5e 100644
--- a/cpan/Pod-Simple/lib/Pod/Simple/PullParserStartToken.pm
+++ b/cpan/Pod-Simple/lib/Pod/Simple/PullParserStartToken.pm
@@ -5,7 +5,7 @@ use Pod::Simple::PullParserToken ();
use strict;
use vars qw(@ISA $VERSION);
@ISA = ('Pod::Simple::PullParserToken');
-$VERSION = '3.19';
+$VERSION = '3.20';
sub new { # Class->new(tagname, optional_attrhash);
my $class = shift;