diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-04-22 19:58:26 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-05-21 16:51:29 -0700 |
commit | acd917a26f0caa43d13c36370feea32ad0d4997f (patch) | |
tree | 1c28363d47a3dff90e12fcc0cf5c3d8d2829b24d /ext | |
parent | e65f16af4b8425a6cae702f1d7e3eb488ae5ccd9 (diff) | |
download | perl-acd917a26f0caa43d13c36370feea32ad0d4997f.tar.gz |
Increase $B::Concise::VERSION to 0.90
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 6db2e0ce95..7ec9b74512 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.89"; +our $VERSION = "0.90"; our @ISA = qw(Exporter); our @EXPORT_OK = qw( set_style set_style_standard add_callback concise_subref concise_cv concise_main |