This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $diagnostics::VERSION
authorFather Chrysostomos <sprout@cpan.org>
Fri, 8 Jul 2011 16:09:59 +0000 (09:09 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 8 Jul 2011 16:10:47 +0000 (09:10 -0700)
lib/diagnostics.pm

index f9308b6..f2d5429 100644 (file)
@@ -185,7 +185,7 @@ use 5.009001;
 use Carp;
 $Carp::Internal{__PACKAGE__.""}++;
 
-our $VERSION = '1.22';
+our $VERSION = '1.23';
 our $DEBUG;
 our $VERBOSE;
 our $PRETTY;