p4raw-id: //depot/perl@24396
#
package B;
-our $VERSION = '1.08';
+our $VERSION = '1.09';
use XSLoader ();
require Exporter;
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
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 ();
# 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;
package B::Terse;
-our $VERSION = '1.02';
+our $VERSION = '1.03';
use strict;
use B qw(class);
-
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 );