diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-07-04 18:25:33 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-07-04 18:25:33 -0700 |
commit | 511123483773b6f7ed07860443437bc45ecd4ead (patch) | |
tree | 567c321cea9c1a2ff291f44b42890bb928723ea6 /ext | |
parent | 01050d49181679ee39712302d1af475c0d7549a4 (diff) | |
download | perl-511123483773b6f7ed07860443437bc45ecd4ead.tar.gz |
Increase $B::Concise::VERSION to 0.91
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 7e2c20f0d8..0dd9670f82 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.90"; +our $VERSION = "0.91"; our @ISA = qw(Exporter); our @EXPORT_OK = qw( set_style set_style_standard add_callback concise_subref concise_cv concise_main |