diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-12-16 21:36:02 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-12-16 21:36:02 -0800 |
commit | 91fad77069f92e9f6cd63741681e26f20ca8cb74 (patch) | |
tree | 38c96d30c4760f4fb86fea3a275976e5e9ce626f | |
parent | efef081eeab2e6a1f5882c447d1aa3cfb2201e46 (diff) | |
download | perl-91fad77069f92e9f6cd63741681e26f20ca8cb74.tar.gz |
Increase B::Concise’s version
-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 fbc02adeb5..6eae8724c4 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.81"; +our $VERSION = "0.82"; our @ISA = qw(Exporter); our @EXPORT_OK = qw( set_style set_style_standard add_callback concise_subref concise_cv concise_main |