This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $diagnostics::VERSION to 1.32
authorFather Chrysostomos <sprout@cpan.org>
Mon, 12 Aug 2013 07:28:07 +0000 (00:28 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 12 Aug 2013 07:28:07 +0000 (00:28 -0700)
lib/diagnostics.pm

index eadb18b..33c25d4 100644 (file)
@@ -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;