diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-05-18 21:53:23 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-05-19 06:18:27 -0700 |
commit | dd3b644602f47f2e7b61ad3bc013f6928ee8244d (patch) | |
tree | f9645f9d137e9a1f2abe246b3de4cfe9e51c91c6 /ext | |
parent | e7ec705d9b91d35fa99dc50d0a232b6372160a77 (diff) | |
download | perl-dd3b644602f47f2e7b61ad3bc013f6928ee8244d.tar.gz |
Increase B::Concise’s version
because of the upcoming patch
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 014a4df84d..fba7922e26 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.83"; +our $VERSION = "0.84"; our @ISA = qw(Exporter); our @EXPORT_OK = qw( set_style set_style_standard add_callback concise_subref concise_cv concise_main |