diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-10-20 10:13:16 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-10-20 10:13:16 -0400 |
commit | cc740e82c94e12ef7dfdc8687449a06f9f915ba2 (patch) | |
tree | 2b915d411a249460e7f03c96ded3b6a7e5e1adec /ext | |
parent | 111dcd1233eab8477ffdb0c10d19112044b2ebbb (diff) | |
download | perl-cc740e82c94e12ef7dfdc8687449a06f9f915ba2.tar.gz |
Bump B::Consise's version number since it's changed since 5.11.0
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 e1bf2af840..067d89ecec 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.76"; +our $VERSION = "0.77"; our @ISA = qw(Exporter); our @EXPORT_OK = qw( set_style set_style_standard add_callback concise_subref concise_cv concise_main |