From b4ec42b69d9617082490f2c4d5d6882716a48762 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Thu, 5 May 2005 14:28:42 +0000 Subject: [PATCH] Bump B version numbers p4raw-id: //depot/perl@24396 --- ext/B/B.pm | 2 +- ext/B/B/Concise.pm | 2 +- ext/B/B/Deparse.pm | 2 +- ext/B/B/Disassembler.pm | 2 +- ext/B/B/Terse.pm | 2 +- ext/B/t/OptreeCheck.pm | 3 ++- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ext/B/B.pm b/ext/B/B.pm index 95b2f04..fa3c218 100644 --- a/ext/B/B.pm +++ b/ext/B/B.pm @@ -7,7 +7,7 @@ # package B; -our $VERSION = '1.08'; +our $VERSION = '1.09'; use XSLoader (); require Exporter; diff --git a/ext/B/B/Concise.pm b/ext/B/B/Concise.pm index e13b249..0c4a010 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.64"; +our $VERSION = "0.65"; our @ISA = qw(Exporter); our @EXPORT_OK = qw( set_style set_style_standard add_callback concise_subref concise_cv concise_main diff --git a/ext/B/B/Deparse.pm b/ext/B/B/Deparse.pm index cc575e3..8e3e42e 100644 --- a/ext/B/B/Deparse.pm +++ b/ext/B/B/Deparse.pm @@ -19,7 +19,7 @@ use B qw(class main_root main_start main_cv svref_2object opnumber perlstring CVf_METHOD CVf_LOCKED CVf_LVALUE CVf_ASSERTION PMf_KEEP PMf_GLOBAL PMf_CONTINUE PMf_EVAL PMf_ONCE PMf_SKIPWHITE PMf_MULTILINE PMf_SINGLELINE PMf_FOLD PMf_EXTENDED); -$VERSION = 0.69; +$VERSION = 0.70; use strict; use vars qw/$AUTOLOAD/; use warnings (); diff --git a/ext/B/B/Disassembler.pm b/ext/B/B/Disassembler.pm index 624acb3..c64b973 100644 --- a/ext/B/B/Disassembler.pm +++ b/ext/B/B/Disassembler.pm @@ -5,7 +5,7 @@ # You may distribute under the terms of either the GNU General Public # License or the Artistic License, as specified in the README file. -$B::Disassembler::VERSION = '1.03'; +$B::Disassembler::VERSION = '1.04'; package B::Disassembler::BytecodeStream; diff --git a/ext/B/B/Terse.pm b/ext/B/B/Terse.pm index 9cf3bf7..cb2f63b 100644 --- a/ext/B/B/Terse.pm +++ b/ext/B/B/Terse.pm @@ -1,6 +1,6 @@ package B::Terse; -our $VERSION = '1.02'; +our $VERSION = '1.03'; use strict; use B qw(class); diff --git a/ext/B/t/OptreeCheck.pm b/ext/B/t/OptreeCheck.pm index fed8bb2..c6a58e5 100644 --- a/ext/B/t/OptreeCheck.pm +++ b/ext/B/t/OptreeCheck.pm @@ -1,8 +1,9 @@ - package OptreeCheck; use base 'Exporter'; require "test.pl"; +our $VERSION = '0.01'; + # now export checkOptree, and those test.pl functions used by tests our @EXPORT = qw( checkOptree plan skip skip_all pass is like unlike require_ok runperl ); -- 2.7.4