diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-08-25 14:43:33 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-08-25 14:44:01 -0700 |
commit | 2a7f829488cb00b112f886fd06411f628b2d295c (patch) | |
tree | 88e132a82bf67ae8da64f9f35622175087f527e2 | |
parent | 6ea72b3a1069e5b7ba4f03a9fb27f685d3ac4733 (diff) | |
download | perl-2a7f829488cb00b112f886fd06411f628b2d295c.tar.gz |
Increase $B::Concise::VERSION to 0.93
-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 3f2a93d126..1b4bd9c0bb 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.92"; +our $VERSION = "0.93"; our @ISA = qw(Exporter); our @EXPORT_OK = qw( set_style set_style_standard add_callback concise_subref concise_cv concise_main |