diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-02-08 13:04:24 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-02-08 17:34:25 -0800 |
commit | 4a8eb7ce51a91409fad49ada0f4bee3416a3d4c1 (patch) | |
tree | e77e7cc9da0aecbf4d1fc022afb35e923465513d /lib/diagnostics.pm | |
parent | 1b303a7dc1933fd49c1d654ed9fc6519de6d8548 (diff) | |
download | perl-4a8eb7ce51a91409fad49ada0f4bee3416a3d4c1.tar.gz |
Increase $diagnostics::VERSION to 1.34
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 1c210c4f4e..d6a5caf230 100644 --- a/lib/diagnostics.pm +++ b/lib/diagnostics.pm @@ -186,7 +186,7 @@ use 5.009001; use Carp; $Carp::Internal{__PACKAGE__.""}++; -our $VERSION = '1.33'; +our $VERSION = '1.34'; our $DEBUG; our $VERBOSE; our $PRETTY; |