diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-04-02 22:13:59 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-04-03 08:46:02 -0700 |
commit | a69d13d979965074ce4fde0863c01d36d48f0be1 (patch) | |
tree | 65fdd9c86b794c5ea6fd42ef3baea9be059cd3f7 | |
parent | 20471d32147ebc8b177dae26c7a73f4811c88027 (diff) | |
download | perl-a69d13d979965074ce4fde0863c01d36d48f0be1.tar.gz |
Increase $B::Concise::VERSION to 0.89
-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 476b949f34..bc360c92fa 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.88"; +our $VERSION = "0.89"; our @ISA = qw(Exporter); our @EXPORT_OK = qw( set_style set_style_standard add_callback concise_subref concise_cv concise_main |