diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-11-02 20:13:59 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-11-02 21:32:34 -0700 |
commit | f129b8287d79c3945defc6369062f5f2afe63d54 (patch) | |
tree | 0a41b4a47b1408feaeb0957dfcc1baf6152e8ef2 /ext | |
parent | bb16bae836f8e26795fbfac1361bf85da0d6a912 (diff) | |
download | perl-f129b8287d79c3945defc6369062f5f2afe63d54.tar.gz |
Increase B::Concise’s version
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 fa90ade820..27668f5146 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.79"; +our $VERSION = "0.80"; our @ISA = qw(Exporter); our @EXPORT_OK = qw( set_style set_style_standard add_callback concise_subref concise_cv concise_main |