diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-08-07 22:45:08 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-08-08 12:24:51 -0700 |
commit | 483171d404245647cff3d48314fefbcd8bf28ac6 (patch) | |
tree | 2c6a4fbf6da9d49a241a2567631194bc61b54d91 /ext | |
parent | 771675e4aa9544ae11782e155c2d568afd958c2d (diff) | |
download | perl-483171d404245647cff3d48314fefbcd8bf28ac6.tar.gz |
Increase $B::Concise::VERSION to 0.92
Diffstat (limited to 'ext')
-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 0dd9670f82..566acf50bd 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.91"; +our $VERSION = "0.92"; our @ISA = qw(Exporter); our @EXPORT_OK = qw( set_style set_style_standard add_callback concise_subref concise_cv concise_main |