diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-12-16 18:01:23 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-12-16 18:01:23 -0800 |
commit | cb320cae737fb8b14d7974dc6e0bfe38f7fbcdd9 (patch) | |
tree | 1af2c122d450d22be823e1367ad5f5fd266ac04d /lib | |
parent | b6a062341e3fe0df4e131975918361a0445e8673 (diff) | |
download | perl-cb320cae737fb8b14d7974dc6e0bfe38f7fbcdd9.tar.gz |
Increase $diagnostics::VERSION to 1.26
Diffstat (limited to 'lib')
-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 78e2c1533b..e530cadae1 100644 --- a/lib/diagnostics.pm +++ b/lib/diagnostics.pm @@ -185,7 +185,7 @@ use 5.009001; use Carp; $Carp::Internal{__PACKAGE__.""}++; -our $VERSION = '1.25'; +our $VERSION = '1.26'; our $DEBUG; our $VERBOSE; our $PRETTY; |