diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-08-12 00:28:07 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-08-12 00:28:07 -0700 |
commit | 09822d71cfc3a5f19072f53c555b2f40f2aa6a22 (patch) | |
tree | 512dc6d46699cfdc58a3a67ec25f2784c92c3afe | |
parent | 98e27b5aefdacc26ef99eb80c0fd96a224f7f01c (diff) | |
download | perl-09822d71cfc3a5f19072f53c555b2f40f2aa6a22.tar.gz |
Increase $diagnostics::VERSION to 1.32
-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 eadb18b206..33c25d4fd6 100644 --- a/lib/diagnostics.pm +++ b/lib/diagnostics.pm @@ -186,7 +186,7 @@ use 5.009001; use Carp; $Carp::Internal{__PACKAGE__.""}++; -our $VERSION = '1.31'; +our $VERSION = '1.32'; our $DEBUG; our $VERBOSE; our $PRETTY; |