Version bumps for non-dual-life pragmas identified by
authorJesse Vincent <jesse@bestpractical.com>
Thu, 20 Jan 2011 19:05:47 +0000 (14:05 -0500)
committerJesse Vincent <jesse@bestpractical.com>
Thu, 20 Jan 2011 19:05:47 +0000 (14:05 -0500)
./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8

lib/charnames.pm
lib/diagnostics.pm

index 853d4ff..1c9ab2c 100644 (file)
@@ -2,7 +2,7 @@ package charnames;
 use strict;
 use warnings;
 use File::Spec;
-our $VERSION = '1.17';
+our $VERSION = '1.18';
 
 use bytes ();          # for $bytes::hint_bits
 
index 71b2cbc..b485114 100644 (file)
@@ -185,7 +185,7 @@ use 5.009001;
 use Carp;
 $Carp::Internal{__PACKAGE__.""}++;
 
-our $VERSION = '1.20';
+our $VERSION = '1.21';
 our $DEBUG;
 our $VERBOSE;
 our $PRETTY;