Change 33623 by [EMAIL PROTECTED] on 2008/03/31 23:08:45

        $VERSION++ for all the non-dual life modules outside ext/ that
        Porting/cmpVERSION.pl reports differ from the 5.10.0 release.
        
        All the rest of the differences would seem to be dual-life. :-(

Affected files ...

... //depot/perl/Porting/Maintainers.pm#8 edit
... //depot/perl/lib/ExtUtils/Embed.pm#34 edit
... //depot/perl/lib/File/Basename.pm#46 edit
... //depot/perl/lib/File/Find.pm#94 edit
... //depot/perl/os2/OS2/REXX/REXX.pm#13 edit

Differences ...

==== //depot/perl/Porting/Maintainers.pm#8 (text) ====
Index: perl/Porting/Maintainers.pm
--- perl/Porting/Maintainers.pm#7~33622~        2008-03-31 15:33:36.000000000 
-0700
+++ perl/Porting/Maintainers.pm 2008-03-31 16:08:45.000000000 -0700
@@ -14,11 +14,12 @@
 require "Maintainers.pl";
 use vars qw(%Modules %Maintainers);
 
-use vars qw(@ISA @EXPORT_OK);
+use vars qw(@ISA @EXPORT_OK $VERSION);
 @ISA = qw(Exporter);
 @EXPORT_OK = qw(%Modules %Maintainers
                get_module_files get_module_pat
                show_results process_options);
+$VERSION = 0.02;
 require Exporter;
 
 use File::Find;

==== //depot/perl/lib/ExtUtils/Embed.pm#34 (text) ====
Index: perl/lib/ExtUtils/Embed.pm
--- perl/lib/ExtUtils/Embed.pm#33~32883~        2008-01-06 13:43:24.000000000 
-0800
+++ perl/lib/ExtUtils/Embed.pm  2008-03-31 16:08:45.000000000 -0700
@@ -19,7 +19,7 @@
 use strict;
 
 # This is not a dual-life module, so no need for development version numbers
-$VERSION = '1.27';
+$VERSION = '1.28';
 
 @ISA = qw(Exporter);
 @EXPORT = qw(&xsinit &ldopts 

==== //depot/perl/lib/File/Basename.pm#46 (text) ====
Index: perl/lib/File/Basename.pm
--- perl/lib/File/Basename.pm#45~33402~ 2008-03-01 03:20:20.000000000 -0800
+++ perl/lib/File/Basename.pm   2008-03-31 16:08:45.000000000 -0700
@@ -54,7 +54,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 @EXPORT = qw(fileparse fileparse_set_fstype basename dirname);
-$VERSION = "2.76";
+$VERSION = "2.77";
 
 fileparse_set_fstype($^O);
 

==== //depot/perl/lib/File/Find.pm#94 (text) ====
Index: perl/lib/File/Find.pm
--- perl/lib/File/Find.pm#93~33333~     2008-02-18 08:16:09.000000000 -0800
+++ perl/lib/File/Find.pm       2008-03-31 16:08:45.000000000 -0700
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 use warnings::register;
-our $VERSION = '1.12';
+our $VERSION = '1.13';
 require Exporter;
 require Cwd;
 

==== //depot/perl/os2/OS2/REXX/REXX.pm#13 (text) ====
Index: perl/os2/OS2/REXX/REXX.pm
--- perl/os2/OS2/REXX/REXX.pm#12~26804~ 2006-01-12 10:44:49.000000000 -0800
+++ perl/os2/OS2/REXX/REXX.pm   2008-03-31 16:08:45.000000000 -0700
@@ -11,7 +11,7 @@
 # Other items we are prepared to export if requested
 @EXPORT_OK = qw(drop register);
 
-$VERSION = '1.03';
+$VERSION = '1.04';
 
 # We cannot just put OS2::DLL in @ISA, since some scripts would use
 # function interface, not method interface...
End of Patch.

Reply via email to