This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $diagnostics::VERSION to 1.31
authorFather Chrysostomos <sprout@cpan.org>
Sun, 29 Jul 2012 06:58:44 +0000 (23:58 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 29 Jul 2012 07:14:07 +0000 (00:14 -0700)
lib/diagnostics.pm

index 1efbd67..82fa700 100644 (file)
@@ -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;