diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-12-22 17:47:27 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-12-22 17:49:22 -0800 |
commit | 39eeb980e0e1e07c18ea1b757d7c8b022b07e34c (patch) | |
tree | 7b944ecf50550a157899ae4fd96ef73fd17eb656 /lib/diagnostics.pm | |
parent | 6fbc9859e2a15bb1e2ff4bb4670a3b658adc98f3 (diff) | |
download | perl-39eeb980e0e1e07c18ea1b757d7c8b022b07e34c.tar.gz |
Increase $diagnostics::VERSION to 1.31
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 a1b27569c4..6ccc3d02af 100644 --- a/lib/diagnostics.pm +++ b/lib/diagnostics.pm @@ -186,7 +186,7 @@ use 5.009001; use Carp; $Carp::Internal{__PACKAGE__.""}++; -our $VERSION = '1.30'; +our $VERSION = '1.31'; our $DEBUG; our $VERBOSE; our $PRETTY; |