This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efc859f
)
Increase $diagnostics::VERSION to 1.30
author
Father Chrysostomos
<sprout@cpan.org>
Thu, 28 Jun 2012 16:10:56 +0000
(09:10 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 29 Jun 2012 07:21:02 +0000
(
00:21
-0700)
lib/diagnostics.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/diagnostics.pm
b/lib/diagnostics.pm
index
21cdf54
..
66a0718
100644
(file)
--- a/
lib/diagnostics.pm
+++ b/
lib/diagnostics.pm
@@
-186,7
+186,7
@@
use 5.009001;
use Carp;
$Carp::Internal{__PACKAGE__.""}++;
-our $VERSION = '1.
29
';
+our $VERSION = '1.
30
';
our $DEBUG;
our $VERBOSE;
our $PRETTY;