summaryrefslogtreecommitdiff
path: root/cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2019-06-03 12:12:07 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2019-06-03 12:12:07 +0100
commit74345e5babdbabfa88bf620ee5d6e7aa73434884 (patch)
tree7dbd857ca3890b86a59e6c6f4e76d0805bbda36d /cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm
parentfef47adaf9aff92370afa2482f7c17f81cabfab7 (diff)
downloadperl-74345e5babdbabfa88bf620ee5d6e7aa73434884.tar.gz
Update Pod-Simple to CPAN version 3.38
[DELTA] * Release 3.38 2019-05-30 Karl Williamson <khw@cpan.org> Removed some alien files that somehow got in the tar, including a copy of Pod::Escapes. Spotted by Petr Pisar++ * Release 3.37 2019-05-30 Karl Williamson <khw@cpan.org> Suppressed some expected diagnostics under harness Pod::Simple now depends on the 'if' module
Diffstat (limited to 'cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm')
-rw-r--r--cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm b/cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm
index 5cdd3baa0d..52d8e644b6 100644
--- a/cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm
+++ b/cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm
@@ -5,7 +5,7 @@ use Pod::Simple::PullParserToken ();
use strict;
use vars qw(@ISA $VERSION);
@ISA = ('Pod::Simple::PullParserToken');
-$VERSION = '3.36';
+$VERSION = '3.38';
sub new { # Class->new(text);
my $class = shift;