@ISA = qw(Exporter);
@EXPORT_OK = qw(assemble_fh newasm endasm assemble asm);
-$VERSION = 0.06;
+$VERSION = 0.07;
use strict;
my %opnumber;
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.65;
+$VERSION = 0.66;
use strict;
use vars qw/$AUTOLOAD/;
use warnings ();
use vars qw($VERSION *AUTOLOAD);
-$VERSION = '1.04'; # avoid typo warning
+$VERSION = '1.05'; # avoid typo warning
require AutoLoader;
*AUTOLOAD = \&AutoLoader::AUTOLOAD;
require Exporter;
@ISA = qw(Exporter);
-$VERSION = "1.23";
+$VERSION = "1.24";
$VERSION = eval $VERSION;
@EXPORT_OK = qw(
use Carp;
use Symbol;
-$VERSION = "1.122";
+$VERSION = "1.123";
sub new {
my $type = shift;
use XSLoader ();
our @ISA = qw(Tie::Hash);
-our $VERSION = "1.04";
+our $VERSION = "1.05";
XSLoader::load 'ODBM_File', $VERSION;
our @EXPORT = qw(
async
);
-our $VERSION = '1.02';
+our $VERSION = '1.03';
# || 0 to ensure compatibility with previous versions
use strict;
use vars qw($VERSION);
-$VERSION = 1.30;
+$VERSION = 1.30_01;
use Config;
use Cwd 'cwd';
use File::Basename;
use vars qw(@ISA $VERSION);
-$VERSION = '2.07_01';
+$VERSION = '2.07_02';
require ExtUtils::MM_Win32;
@ISA = qw(ExtUtils::MM_Win32);
package ExtUtils::MM_Win95;
use vars qw($VERSION @ISA);
-$VERSION = 0.03;
+$VERSION = 0.03_01;
require ExtUtils::MM_Win32;
@ISA = qw(ExtUtils::MM_Win32);
use Carp;
use Symbol qw(gensym qualify);
-$VERSION = 1.0105;
+$VERSION = 1.0106;
@ISA = qw(Exporter);
@EXPORT = qw(open3);
use strict;
use warnings;
-our $VERSION = '0.21';
+our $VERSION = '0.22';
use Storable qw(dclone);
use strict 'vars';
use vars qw($VERSION);
-$VERSION = '2.04';
+$VERSION = '2.05';
# constant.pm is slow
sub SUCCESS () { 1 }
$utf8::hint_bits = 0x00800000;
-our $VERSION = '1.02';
+our $VERSION = '1.03';
sub import {
$^H |= $utf8::hint_bits;