Change 20707 by [EMAIL PROTECTED] on 2003/08/14 14:41:47

        Integrate:
        [ 20704]
        XS contents changes versus VERSION non-changes.
        
        [ 20705]
        One more XS change versus no VERSION change.
        (Remaining in JNI.pm/xs, don't know what to about that
        since JNI is kind of "stable".)
        
        [ 20706]
        Not so great a version bump, let Paul release 0.17.

Affected files ...

... //depot/maint-5.8/perl/ext/Filter/Util/Call/Call.pm#2 integrate
... //depot/maint-5.8/perl/ext/NDBM_File/NDBM_File.pm#2 integrate
... //depot/maint-5.8/perl/ext/ODBM_File/ODBM_File.pm#2 integrate
... //depot/maint-5.8/perl/ext/PerlIO/scalar/scalar.pm#2 integrate
... //depot/maint-5.8/perl/ext/SDBM_File/SDBM_File.pm#2 integrate
... //depot/maint-5.8/perl/ext/Socket/Socket.pm#2 integrate

Differences ...

==== //depot/maint-5.8/perl/ext/Filter/Util/Call/Call.pm#2 (text) ====
Index: perl/ext/Filter/Util/Call/Call.pm
--- perl/ext/Filter/Util/Call/Call.pm#1~17645~  Fri Jul 19 12:29:57 2002
+++ perl/ext/Filter/Util/Call/Call.pm   Thu Aug 14 07:41:47 2003
@@ -18,7 +18,7 @@
 
 @ISA = qw(Exporter DynaLoader);
 @EXPORT = qw( filter_add filter_del filter_read filter_read_exact) ;
-$VERSION = "1.06" ;
+$VERSION = "1.0601" ;
 
 sub filter_read_exact($)
 {

==== //depot/maint-5.8/perl/ext/NDBM_File/NDBM_File.pm#2 (text) ====
Index: perl/ext/NDBM_File/NDBM_File.pm
--- perl/ext/NDBM_File/NDBM_File.pm#1~17645~    Fri Jul 19 12:29:57 2002
+++ perl/ext/NDBM_File/NDBM_File.pm     Thu Aug 14 07:41:47 2003
@@ -7,7 +7,7 @@
 use XSLoader ();
 
 our @ISA = qw(Tie::Hash);
-our $VERSION = "1.04";
+our $VERSION = "1.05";
 
 XSLoader::load 'NDBM_File', $VERSION;
 

==== //depot/maint-5.8/perl/ext/ODBM_File/ODBM_File.pm#2 (text) ====
Index: perl/ext/ODBM_File/ODBM_File.pm
--- perl/ext/ODBM_File/ODBM_File.pm#1~17645~    Fri Jul 19 12:29:57 2002
+++ perl/ext/ODBM_File/ODBM_File.pm     Thu Aug 14 07:41:47 2003
@@ -7,7 +7,7 @@
 use XSLoader ();
 
 our @ISA = qw(Tie::Hash);
-our $VERSION = "1.03";
+our $VERSION = "1.04";
 
 XSLoader::load 'ODBM_File', $VERSION;
 

==== //depot/maint-5.8/perl/ext/PerlIO/scalar/scalar.pm#2 (text) ====
Index: perl/ext/PerlIO/scalar/scalar.pm
--- perl/ext/PerlIO/scalar/scalar.pm#1~17645~   Fri Jul 19 12:29:57 2002
+++ perl/ext/PerlIO/scalar/scalar.pm    Thu Aug 14 07:41:47 2003
@@ -1,5 +1,5 @@
 package PerlIO::scalar;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 use XSLoader ();
 XSLoader::load 'PerlIO::scalar';
 1;

==== //depot/maint-5.8/perl/ext/SDBM_File/SDBM_File.pm#2 (text) ====
Index: perl/ext/SDBM_File/SDBM_File.pm
--- perl/ext/SDBM_File/SDBM_File.pm#1~17645~    Fri Jul 19 12:29:57 2002
+++ perl/ext/SDBM_File/SDBM_File.pm     Thu Aug 14 07:41:47 2003
@@ -7,7 +7,7 @@
 use XSLoader ();
 
 our @ISA = qw(Tie::Hash);
-our $VERSION = "1.03" ;
+our $VERSION = "1.04" ;
 
 XSLoader::load 'SDBM_File', $VERSION;
 

==== //depot/maint-5.8/perl/ext/Socket/Socket.pm#2 (text) ====
Index: perl/ext/Socket/Socket.pm
--- perl/ext/Socket/Socket.pm#1~17645~  Fri Jul 19 12:29:57 2002
+++ perl/ext/Socket/Socket.pm   Thu Aug 14 07:41:47 2003
@@ -1,7 +1,7 @@
 package Socket;
 
 our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
-$VERSION = "1.75";
+$VERSION = "1.76";
 
 =head1 NAME
 
End of Patch.

Reply via email to