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) {