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:
e7ec705
)
Increase B::Concise’s version
author
Father Chrysostomos
<sprout@cpan.org>
Thu, 19 May 2011 04:53:23 +0000
(21:53 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Thu, 19 May 2011 13:18:27 +0000
(06:18 -0700)
because of the upcoming patch
ext/B/B/Concise.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/B/B/Concise.pm
b/ext/B/B/Concise.pm
index
014a4df
..
fba7922
100644
(file)
--- a/
ext/B/B/Concise.pm
+++ b/
ext/B/B/Concise.pm
@@
-14,7
+14,7
@@
use warnings; # uses #3 and #4, since warnings uses Carp
use Exporter (); # use #5
-our $VERSION = "0.8
3
";
+our $VERSION = "0.8
4
";
our @ISA = qw(Exporter);
our @EXPORT_OK = qw( set_style set_style_standard add_callback
concise_subref concise_cv concise_main