diff options
-rw-r--r-- | lib/charnames.pm | 2 | ||||
-rw-r--r-- | lib/diagnostics.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/charnames.pm b/lib/charnames.pm index 853d4ff496..1c9ab2c0b0 100644 --- a/lib/charnames.pm +++ b/lib/charnames.pm @@ -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 diff --git a/lib/diagnostics.pm b/lib/diagnostics.pm index 71b2cbc277..b485114330 100644 --- a/lib/diagnostics.pm +++ b/lib/diagnostics.pm @@ -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; |