XS contents changes versus VERSION non-changes.
Jarkko Hietaniemi [Thu, 14 Aug 2003 14:36:45 +0000 (14:36 +0000)]
p4raw-id: //depot/perl@20704

ext/NDBM_File/NDBM_File.pm
ext/ODBM_File/ODBM_File.pm
ext/PerlIO/scalar/scalar.pm
ext/SDBM_File/SDBM_File.pm
ext/Socket/Socket.pm

index a088bd3..a52f7ef 100644 (file)
@@ -7,7 +7,7 @@ require Tie::Hash;
 use XSLoader ();
 
 our @ISA = qw(Tie::Hash);
-our $VERSION = "1.04";
+our $VERSION = "1.05";
 
 XSLoader::load 'NDBM_File', $VERSION;
 
index c7b61d8..c14954c 100644 (file)
@@ -7,7 +7,7 @@ require Tie::Hash;
 use XSLoader ();
 
 our @ISA = qw(Tie::Hash);
-our $VERSION = "1.03";
+our $VERSION = "1.04";
 
 XSLoader::load 'ODBM_File', $VERSION;
 
index bda30c6..b5ea957 100644 (file)
@@ -1,5 +1,5 @@
 package PerlIO::scalar;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 use XSLoader ();
 XSLoader::load 'PerlIO::scalar';
 1;
index ee82a54..6fda489 100644 (file)
@@ -7,7 +7,7 @@ require Tie::Hash;
 use XSLoader ();
 
 our @ISA = qw(Tie::Hash);
-our $VERSION = "1.03" ;
+our $VERSION = "1.04" ;
 
 XSLoader::load 'SDBM_File', $VERSION;
 
index c8f2fde..0a41670 100644 (file)
@@ -1,7 +1,7 @@
 package Socket;
 
 our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
-$VERSION = "1.75";
+$VERSION = "1.76";
 
 =head1 NAME