diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2010-02-18 09:46:16 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2010-02-18 09:46:16 +0000 |
commit | a551d937fd3e2ba4265a65a9e44cd1393b681318 (patch) | |
tree | 902f587c2717a3ef76fcafcbebb4a51cf54a073d /cpan | |
parent | a4cc96117b620fea7c0739c9e20f017a5fdeeb52 (diff) | |
download | perl-a551d937fd3e2ba4265a65a9e44cd1393b681318.tar.gz |
Upgrade podlators from 2.3.0 to 2.3.1
Ensures that all $VERSIONs are bumped in files that have changed since
Perl 5.11.4.
Diffstat (limited to 'cpan')
-rw-r--r-- | cpan/podlators/VERSION | 2 | ||||
-rw-r--r-- | cpan/podlators/lib/Pod/Text/Color.pm | 2 | ||||
-rw-r--r-- | cpan/podlators/lib/Pod/Text/Termcap.pm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cpan/podlators/VERSION b/cpan/podlators/VERSION index 753d9924e5..18d2b72e4a 100644 --- a/cpan/podlators/VERSION +++ b/cpan/podlators/VERSION @@ -1 +1 @@ -$VERSION = '2.3.0'; +$VERSION = '2.3.1'; diff --git a/cpan/podlators/lib/Pod/Text/Color.pm b/cpan/podlators/lib/Pod/Text/Color.pm index 1c81a7b4c8..2e8864148b 100644 --- a/cpan/podlators/lib/Pod/Text/Color.pm +++ b/cpan/podlators/lib/Pod/Text/Color.pm @@ -25,7 +25,7 @@ use vars qw(@ISA $VERSION); @ISA = qw(Pod::Text); -$VERSION = '2.05'; +$VERSION = '2.06'; ############################################################################## # Overrides diff --git a/cpan/podlators/lib/Pod/Text/Termcap.pm b/cpan/podlators/lib/Pod/Text/Termcap.pm index 708f1e8081..e4885c9d26 100644 --- a/cpan/podlators/lib/Pod/Text/Termcap.pm +++ b/cpan/podlators/lib/Pod/Text/Termcap.pm @@ -27,7 +27,7 @@ use vars qw(@ISA $VERSION); @ISA = qw(Pod::Text); -$VERSION = '2.05'; +$VERSION = '2.06'; ############################################################################## # Overrides |