Bump B version numbers
authorNicholas Clark <nick@ccl4.org>
Thu, 5 May 2005 14:28:42 +0000 (14:28 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 5 May 2005 14:28:42 +0000 (14:28 +0000)
p4raw-id: //depot/perl@24396

ext/B/B.pm
ext/B/B/Concise.pm
ext/B/B/Deparse.pm
ext/B/B/Disassembler.pm
ext/B/B/Terse.pm
ext/B/t/OptreeCheck.pm

index 95b2f04..fa3c218 100644 (file)
@@ -7,7 +7,7 @@
 #
 package B;
 
-our $VERSION = '1.08';
+our $VERSION = '1.09';
 
 use XSLoader ();
 require Exporter;
index e13b249..0c4a010 100644 (file)
@@ -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
index cc575e3..8e3e42e 100644 (file)
@@ -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 ();
index 624acb3..c64b973 100644 (file)
@@ -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;
 
index 9cf3bf7..cb2f63b 100644 (file)
@@ -1,6 +1,6 @@
 package B::Terse;
 
-our $VERSION = '1.02';
+our $VERSION = '1.03';
 
 use strict;
 use B qw(class);
index fed8bb2..c6a58e5 100644 (file)
@@ -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 );