From: Nicholas Clark Date: Mon, 31 Mar 2008 22:25:19 +0000 (+0000) Subject: $VERSION++ for all the non-dual life modules in ext/ that X-Git-Tag: accepted/trunk/20130322.191538~13286 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f154b1b7e5f718737f3f5e4410bc717ea159d40;p=platform%2Fupstream%2Fperl.git $VERSION++ for all the non-dual life modules in ext/ that Porting/cmpVERSION.pl reports differ from the 5.10.0 release. p4raw-id: //depot/perl@33621 --- diff --git a/ext/B/B/Concise.pm b/ext/B/B/Concise.pm index 7e81d85..7ddf1d7 100644 --- a/ext/B/B/Concise.pm +++ b/ext/B/B/Concise.pm @@ -14,7 +14,7 @@ use warnings; # uses #3 and #4, since warnings uses Carp 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 diff --git a/ext/Devel/DProf/DProf.pm b/ext/Devel/DProf/DProf.pm index 7094af6..7405b78 100644 --- a/ext/Devel/DProf/DProf.pm +++ b/ext/Devel/DProf/DProf.pm @@ -230,7 +230,7 @@ sub DB { 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; diff --git a/ext/Devel/Peek/Peek.pm b/ext/Devel/Peek/Peek.pm index bf19c27..2fced31 100644 --- a/ext/Devel/Peek/Peek.pm +++ b/ext/Devel/Peek/Peek.pm @@ -3,7 +3,7 @@ package Devel::Peek; -$VERSION = '1.03'; +$VERSION = '1.04'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; diff --git a/ext/POSIX/POSIX.pm b/ext/POSIX/POSIX.pm index fbbd253..5249ee4 100644 --- a/ext/POSIX/POSIX.pm +++ b/ext/POSIX/POSIX.pm @@ -4,7 +4,7 @@ use warnings; our(@ISA, %EXPORT_TAGS, @EXPORT_OK, @EXPORT, $AUTOLOAD, %SIGRT) = (); -our $VERSION = "1.13"; +our $VERSION = "1.14"; use AutoLoader; diff --git a/ext/PerlIO/encoding/encoding.pm b/ext/PerlIO/encoding/encoding.pm index dcc65f9..f50c9c7 100644 --- a/ext/PerlIO/encoding/encoding.pm +++ b/ext/PerlIO/encoding/encoding.pm @@ -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"; diff --git a/ext/PerlIO/scalar/scalar.pm b/ext/PerlIO/scalar/scalar.pm index 9bd506f..010182a 100644 --- a/ext/PerlIO/scalar/scalar.pm +++ b/ext/PerlIO/scalar/scalar.pm @@ -1,5 +1,5 @@ package PerlIO::scalar; -our $VERSION = '0.05'; +our $VERSION = '0.06'; use XSLoader (); XSLoader::load 'PerlIO::scalar'; 1; diff --git a/ext/PerlIO/via/via.pm b/ext/PerlIO/via/via.pm index ce5ea83..c425f12 100644 --- a/ext/PerlIO/via/via.pm +++ b/ext/PerlIO/via/via.pm @@ -1,5 +1,5 @@ package PerlIO::via; -our $VERSION = '0.04'; +our $VERSION = '0.05'; use XSLoader (); XSLoader::load 'PerlIO::via'; 1; diff --git a/ext/Socket/Socket.pm b/ext/Socket/Socket.pm index 3d428a9..ad5e618 100644 --- a/ext/Socket/Socket.pm +++ b/ext/Socket/Socket.pm @@ -1,7 +1,7 @@ package Socket; our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS); -$VERSION = "1.80"; +$VERSION = "1.81"; =head1 NAME