p4raw-id: //depot/perl@20704
use XSLoader ();
our @ISA = qw(Tie::Hash);
-our $VERSION = "1.04";
+our $VERSION = "1.05";
XSLoader::load 'NDBM_File', $VERSION;
use XSLoader ();
our @ISA = qw(Tie::Hash);
-our $VERSION = "1.03";
+our $VERSION = "1.04";
XSLoader::load 'ODBM_File', $VERSION;
package PerlIO::scalar;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
use XSLoader ();
XSLoader::load 'PerlIO::scalar';
1;
use XSLoader ();
our @ISA = qw(Tie::Hash);
-our $VERSION = "1.03" ;
+our $VERSION = "1.04" ;
XSLoader::load 'SDBM_File', $VERSION;
package Socket;
our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
-$VERSION = "1.75";
+$VERSION = "1.76";
=head1 NAME