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:
98e27b5
)
Increase $diagnostics::VERSION to 1.32
author
Father Chrysostomos
<sprout@cpan.org>
Mon, 12 Aug 2013 07:28:07 +0000
(
00:28
-0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 12 Aug 2013 07:28:07 +0000
(
00:28
-0700)
lib/diagnostics.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/diagnostics.pm
b/lib/diagnostics.pm
index
eadb18b
..
33c25d4
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.3
1
';
+our $VERSION = '1.3
2
';
our $DEBUG;
our $VERBOSE;
our $PRETTY;