summaryrefslogtreecommitdiff
path: root/cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-07-17 10:17:39 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-07-17 10:17:39 +0100
commite1f74b1ab09f3774466834ae04ca0dc7ea854e43 (patch)
tree91850bb4bed2f6eb78a5b2d798db686bddde8676 /cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm
parentb4c6bb8471e06f410c5af881b3f5530dacb82dbe (diff)
downloadperl-e1f74b1ab09f3774466834ae04ca0dc7ea854e43.tar.gz
Update Pod-Simple to CPAN version 3.18
[DELTA] 2011-07-16 David E. Wheeler <david@justatheory.org> * Release 3.18 Pod::Simple now properly parses Pod files using Mac OS Classic line- endings (\r). Marc Green/Google Summer of Code. Fixed test failure in 't/search50.t when the test finds a .pod but the module is in a .pm. Thanks to the cpan-testers who reported this when the test searched for Capture::Tiny.
Diffstat (limited to 'cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm')
-rw-r--r--cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm b/cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm
index a90538fc97..56b58186e2 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.17';
+$VERSION = '3.18';
use strict;
sub new { # Class->new('type', stuff...); ## Overridden in derived classes anyway