diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:05:47 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:05:47 -0500 |
commit | 641a285b6a89cc849b0510d07e7dec3ad332fe7a (patch) | |
tree | fcf613be7109edbb16beea9fbf47f2f68726060d /lib/diagnostics.pm | |
parent | 6fb896962705a45ad6bcc30514cbc7e6cf163105 (diff) | |
download | perl-641a285b6a89cc849b0510d07e7dec3ad332fe7a.tar.gz |
Version bumps for non-dual-life pragmas identified by
./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8
Diffstat (limited to 'lib/diagnostics.pm')
-rw-r--r-- | lib/diagnostics.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |