diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-07-08 09:09:59 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-07-08 09:10:47 -0700 |
commit | 6346f00fc13d37e1433839015105055a2312533f (patch) | |
tree | 2d1cb56007e417ef3d1332c02e88a47c9b23c515 /lib/diagnostics.pm | |
parent | c0d3a21f46f3cadad5c0a3742b410670d83e10a4 (diff) | |
download | perl-6346f00fc13d37e1433839015105055a2312533f.tar.gz |
Increase $diagnostics::VERSION
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 f9308b6c50..f2d542927a 100644 --- a/lib/diagnostics.pm +++ b/lib/diagnostics.pm @@ -185,7 +185,7 @@ use 5.009001; use Carp; $Carp::Internal{__PACKAGE__.""}++; -our $VERSION = '1.22'; +our $VERSION = '1.23'; our $DEBUG; our $VERBOSE; our $PRETTY; |