diff options
Diffstat (limited to 'cpan/Pod-Parser/lib/Pod/InputObjects.pm')
-rw-r--r-- | cpan/Pod-Parser/lib/Pod/InputObjects.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Pod-Parser/lib/Pod/InputObjects.pm b/cpan/Pod-Parser/lib/Pod/InputObjects.pm index c19d4c550b..dd078e648e 100644 --- a/cpan/Pod-Parser/lib/Pod/InputObjects.pm +++ b/cpan/Pod-Parser/lib/Pod/InputObjects.pm @@ -12,7 +12,7 @@ package Pod::InputObjects; use strict;
use vars qw($VERSION);
-$VERSION = '1.60'; ## Current version of this package
+$VERSION = '1.61'; ## Current version of this package
require 5.005; ## requires this Perl version or later
#############################################################################
@@ -480,7 +480,7 @@ sub new { @_
};
- ## Initialize contents if they havent been already
+ ## Initialize contents if they haven't been already
my $ptree = $self->{'-ptree'} || new Pod::ParseTree();
if ( ref $ptree =~ /^(ARRAY)?$/ ) {
## We have an array-ref, or a normal scalar. Pass it as an
|