Revert "Increase $diagnostics::VERSION to 1.31"
authorFather Chrysostomos <sprout@cpan.org>
Sun, 29 Jul 2012 20:27:30 +0000 (13:27 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 29 Jul 2012 20:27:30 +0000 (13:27 -0700)
This reverts commit c369a25dcc5e5c5b627a50d1c4b73c2be0b926b9.

I have just reverted the only other change to diagnostics.pm
since 5.17.2.

lib/diagnostics.pm

index 82fa700..1efbd67 100644 (file)
@@ -186,7 +186,7 @@ use 5.009001;
 use Carp;
 $Carp::Internal{__PACKAGE__.""}++;
 
-our $VERSION = '1.31';
+our $VERSION = '1.30';
 our $DEBUG;
 our $VERBOSE;
 our $PRETTY;