diff options
author | Father Chrysostomos <sprout@cpan.org> | 2017-09-10 21:49:14 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2017-10-08 13:02:03 -0700 |
commit | efec59086fbd10d2636e6f6d7c0c4d34edbe93ca (patch) | |
tree | 7faa54a9d2fe5e1159f9f9d742d949cbb8efd3b6 /ext | |
parent | fba0c0a6c06a285db6583840a68940964bff1f87 (diff) | |
download | perl-efec59086fbd10d2636e6f6d7c0c4d34edbe93ca.tar.gz |
Increase B::Concise::VERSION to 1.002
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 a53e28f24f..86f7739514 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 = "1.001"; +our $VERSION = "1.002"; our @ISA = qw(Exporter); our @EXPORT_OK = qw( set_style set_style_standard add_callback concise_subref concise_cv concise_main |