diff options
author | Matt S Trout <mst@shadowcat.co.uk> | 2010-06-21 22:04:40 +0100 |
---|---|---|
committer | Matt S Trout <mst@shadowcat.co.uk> | 2010-06-21 22:04:40 +0100 |
commit | c6e505a8d0d6cd507b02a13babaff0238f7a24e2 (patch) | |
tree | 54206f3f246f554334be8f73afb1197990646ff0 /ext/B | |
parent | affc2f7499395f9a1321c2cce64befc66f98ca31 (diff) | |
download | perl-c6e505a8d0d6cd507b02a13babaff0238f7a24e2.tar.gz |
version bump for B::Concise and add change to delta
Diffstat (limited to 'ext/B')
-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 04e93cd0e6..53afe83cac 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.78"; +our $VERSION = "0.79"; our @ISA = qw(Exporter); our @EXPORT_OK = qw( set_style set_style_standard add_callback concise_subref concise_cv concise_main |