In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/91fad77069f92e9f6cd63741681e26f20ca8cb74?hp=efef081eeab2e6a1f5882c447d1aa3cfb2201e46>
- Log ----------------------------------------------------------------- commit 91fad77069f92e9f6cd63741681e26f20ca8cb74 Author: Father Chrysostomos <[email protected]> Date: Thu Dec 16 21:36:02 2010 -0800 Increase B::Conciseâs version ----------------------------------------------------------------------- Summary of changes: 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 fbc02ad..6eae872 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.81"; +our $VERSION = "0.82"; our @ISA = qw(Exporter); our @EXPORT_OK = qw( set_style set_style_standard add_callback concise_subref concise_cv concise_main -- Perl5 Master Repository
