Change 33621 by [EMAIL PROTECTED] on 2008/03/31 22:25:19
$VERSION++ for all the non-dual life modules in ext/ that
Porting/cmpVERSION.pl reports differ from the 5.10.0 release.
Affected files ...
... //depot/perl/ext/B/B/Concise.pm#79 edit
... //depot/perl/ext/Devel/DProf/DProf.pm#17 edit
... //depot/perl/ext/Devel/Peek/Peek.pm#22 edit
... //depot/perl/ext/POSIX/POSIX.pm#53 edit
... //depot/perl/ext/PerlIO/encoding/encoding.pm#17 edit
... //depot/perl/ext/PerlIO/scalar/scalar.pm#9 edit
... //depot/perl/ext/PerlIO/via/via.pm#8 edit
... //depot/perl/ext/Socket/Socket.pm#34 edit
Differences ...
==== //depot/perl/ext/B/B/Concise.pm#79 (text) ====
Index: perl/ext/B/B/Concise.pm
--- perl/ext/B/B/Concise.pm#78~32734~ 2007-12-26 09:03:56.000000000 -0800
+++ perl/ext/B/B/Concise.pm 2008-03-31 15:25:19.000000000 -0700
@@ -14,7 +14,7 @@
use Exporter (); # use #5
-our $VERSION = "0.74";
+our $VERSION = "0.75";
our @ISA = qw(Exporter);
our @EXPORT_OK = qw( set_style set_style_standard add_callback
concise_subref concise_cv concise_main
==== //depot/perl/ext/Devel/DProf/DProf.pm#17 (text) ====
Index: perl/ext/Devel/DProf/DProf.pm
--- perl/ext/Devel/DProf/DProf.pm#16~27620~ 2006-03-28 03:18:52.000000000
-0800
+++ perl/ext/Devel/DProf/DProf.pm 2008-03-31 15:25:19.000000000 -0700
@@ -230,7 +230,7 @@
use XSLoader ();
-$Devel::DProf::VERSION = '20050603.00'; # this version not authorized by
+$Devel::DProf::VERSION = '20080331.00'; # this version not authorized by
# Dean Roehrich. See "Changes" file.
XSLoader::load 'Devel::DProf', $Devel::DProf::VERSION;
==== //depot/perl/ext/Devel/Peek/Peek.pm#22 (text) ====
Index: perl/ext/Devel/Peek/Peek.pm
--- perl/ext/Devel/Peek/Peek.pm#21~24248~ 2005-04-19 02:55:51.000000000
-0700
+++ perl/ext/Devel/Peek/Peek.pm 2008-03-31 15:25:19.000000000 -0700
@@ -3,7 +3,7 @@
package Devel::Peek;
-$VERSION = '1.03';
+$VERSION = '1.04';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
==== //depot/perl/ext/POSIX/POSIX.pm#53 (text) ====
Index: perl/ext/POSIX/POSIX.pm
--- perl/ext/POSIX/POSIX.pm#52~30590~ 2007-03-15 02:35:14.000000000 -0700
+++ perl/ext/POSIX/POSIX.pm 2008-03-31 15:25:19.000000000 -0700
@@ -4,7 +4,7 @@
our(@ISA, %EXPORT_TAGS, @EXPORT_OK, @EXPORT, $AUTOLOAD, %SIGRT) = ();
-our $VERSION = "1.13";
+our $VERSION = "1.14";
use AutoLoader;
==== //depot/perl/ext/PerlIO/encoding/encoding.pm#17 (text) ====
Index: perl/ext/PerlIO/encoding/encoding.pm
--- perl/ext/PerlIO/encoding/encoding.pm#16~30213~ 2007-02-11
09:13:44.000000000 -0800
+++ perl/ext/PerlIO/encoding/encoding.pm 2008-03-31 15:25:19.000000000
-0700
@@ -1,7 +1,7 @@
package PerlIO::encoding;
use strict;
-our $VERSION = '0.10';
+our $VERSION = '0.11';
our $DEBUG = 0;
$DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n";
==== //depot/perl/ext/PerlIO/scalar/scalar.pm#9 (text) ====
Index: perl/ext/PerlIO/scalar/scalar.pm
--- perl/ext/PerlIO/scalar/scalar.pm#8~28799~ 2006-09-07 04:46:40.000000000
-0700
+++ perl/ext/PerlIO/scalar/scalar.pm 2008-03-31 15:25:19.000000000 -0700
@@ -1,5 +1,5 @@
package PerlIO::scalar;
-our $VERSION = '0.05';
+our $VERSION = '0.06';
use XSLoader ();
XSLoader::load 'PerlIO::scalar';
1;
==== //depot/perl/ext/PerlIO/via/via.pm#8 (text) ====
Index: perl/ext/PerlIO/via/via.pm
--- perl/ext/PerlIO/via/via.pm#7~29702~ 2007-01-05 10:30:52.000000000 -0800
+++ perl/ext/PerlIO/via/via.pm 2008-03-31 15:25:19.000000000 -0700
@@ -1,5 +1,5 @@
package PerlIO::via;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
use XSLoader ();
XSLoader::load 'PerlIO::via';
1;
==== //depot/perl/ext/Socket/Socket.pm#34 (text) ====
Index: perl/ext/Socket/Socket.pm
--- perl/ext/Socket/Socket.pm#33~31581~ 2007-07-10 13:31:31.000000000 -0700
+++ perl/ext/Socket/Socket.pm 2008-03-31 15:25:19.000000000 -0700
@@ -1,7 +1,7 @@
package Socket;
our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
-$VERSION = "1.80";
+$VERSION = "1.81";
=head1 NAME
End of Patch.