From 39eeb980e0e1e07c18ea1b757d7c8b022b07e34c Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 22 Dec 2012 17:47:27 -0800 Subject: [PATCH] Increase $diagnostics::VERSION to 1.31 --- lib/diagnostics.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/diagnostics.pm b/lib/diagnostics.pm index a1b2756..6ccc3d0 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; -- 2.7.4