diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-02-08 13:34:17 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-02-09 11:07:57 -0800 |
commit | fced3bbfaad7c87a87981878ef04c43aed047afc (patch) | |
tree | 04a1372f632b06c26d4fbc43222d59d97190820e | |
parent | 5604c7905b7cd780d72f15bc73dae69d1d1e944b (diff) | |
download | perl-fced3bbfaad7c87a87981878ef04c43aed047afc.tar.gz |
Increase $B::Concise::VERSION to 0.992
-rw-r--r-- | ext/B/B/Concise.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/B/Concise.pm b/ext/B/B/Concise.pm index 5ad5a502e4..25235e4174 100644 --- 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.991"; +our $VERSION = "0.992"; our @ISA = qw(Exporter); our @EXPORT_OK = qw( set_style set_style_standard add_callback concise_subref concise_cv concise_main |