Skip Menu |

This queue is for tickets about the Pod-Parser CPAN distribution.

Report information
The Basics
Id: 101847
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Pod-Parser

People
Owner: Marek.Rouchal [...] gmx.net
Requestors: shay [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.62
Fixed in: 1.63



Subject: [PATCH] Bump $VERSION in module changed since Pod-Parser-1.60
This $VERSION bump is necessary to keep bleadperl's Porting/cmpVERSION.pl script happy when comparing either current blead or current maint-5.20 against perl-5.18.4. blead and maint-5.20 both have Pod-Parser-1.62; 5.18-4 has Pod-Parser-1.60. This module has changed, but its $VERSION number has not.
Subject: version.patch
diff -ruN Pod-Parser-1.62.orig/lib/Pod/PlainText.pm Pod-Parser-1.62/lib/Pod/PlainText.pm --- Pod-Parser-1.62.orig/lib/Pod/PlainText.pm 2014-02-02 16:24:52.000000000 +0000 +++ Pod-Parser-1.62/lib/Pod/PlainText.pm 2015-01-31 20:42:28.573131200 +0000 @@ -29,7 +29,7 @@ # by Pod::Usage. @ISA = qw(Pod::Select); -$VERSION = '2.06'; +$VERSION = '2.07'; BEGIN { if ($] < 5.006) {
Fixed and released in Pod-Parser-1.63 Share and enjoy, Marek