summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-05-05 15:48:01 +0000
committerNicholas Clark <nick@ccl4.org>2005-05-05 15:48:01 +0000
commita8d12812e80c92d2b3cbe7b2d332347eb8711240 (patch)
tree782722e600a456971cbe2a9eddea12db6b19c186
parent2f417cc6c5944287035cb2a7503e363ad18490c3 (diff)
downloadperl-a8d12812e80c92d2b3cbe7b2d332347eb8711240.tar.gz
Integrate:
[ 24396] Bump B version numbers [ 24398] Bump version numbers [ 24399] Bump versions of non dual-life modules plus ext/threads/shared/shared.pm version number from 24248 p4raw-link: @24399 on //depot/perl: 612cfdf27c84f3ca36e00ec7f6925d0a5223e483 p4raw-link: @24398 on //depot/perl: 6e0c49021edba9e9721445f9290f9128c314b9de p4raw-link: @24396 on //depot/perl: b4ec42b69d9617082490f2c4d5d6882716a48762 p4raw-id: //depot/maint-5.8/perl@24400 p4raw-integrated: from //depot/perl@24395 'copy in' ext/threads/shared/shared.pm (@21921..) ext/B/B/Deparse.pm (@23526..) lib/FileCache.pm (@23643..) lib/Pod/Html.pm (@23658..) ext/B/B/Terse.pm (@23691..) win32/FindExt.pm (@23785..) lib/utf8.pm (@23788..) ext/B/B/Concise.pm ext/B/t/OptreeCheck.pm (@23891..) lib/Symbol.pm (@23950..) lib/File/Path.pm (@23953..) ext/IO/lib/IO/File.pm (@23974..) ext/IO/lib/IO/Socket/INET.pm (@23981..) ext/Devel/DProf/DProf.pm (@24018..) ext/B/B/Disassembler.pm (@24040..) 'edit in' ext/B/B.pm (@24369..) 'merge in' ext/XS/APItest/APItest.pm (@23911..)
-rw-r--r--ext/B/B.pm2
-rw-r--r--ext/B/B/Concise.pm2
-rw-r--r--ext/B/B/Deparse.pm2
-rw-r--r--ext/B/B/Disassembler.pm2
-rw-r--r--ext/B/B/Terse.pm2
-rw-r--r--ext/B/t/OptreeCheck.pm3
-rw-r--r--ext/Devel/DProf/DProf.pm2
-rw-r--r--ext/IO/lib/IO/File.pm2
-rw-r--r--ext/IO/lib/IO/Socket/INET.pm2
-rw-r--r--ext/XS/APItest/APItest.pm2
-rw-r--r--ext/threads/shared/shared.pm2
-rw-r--r--lib/File/Path.pm2
-rw-r--r--lib/FileCache.pm2
-rw-r--r--lib/Pod/Html.pm2
-rw-r--r--lib/Symbol.pm2
-rw-r--r--lib/utf8.pm2
-rw-r--r--win32/FindExt.pm2
17 files changed, 18 insertions, 17 deletions
diff --git a/ext/B/B.pm b/ext/B/B.pm
index 4110fe234a..07baa74f60 100644
--- a/ext/B/B.pm
+++ b/ext/B/B.pm
@@ -7,7 +7,7 @@
#
package B;
-our $VERSION = '1.07';
+our $VERSION = '1.09';
use XSLoader ();
require Exporter;
diff --git a/ext/B/B/Concise.pm b/ext/B/B/Concise.pm
index e13b24921e..0c4a010e64 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.64";
+our $VERSION = "0.65";
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/B/B/Deparse.pm b/ext/B/B/Deparse.pm
index cc575e33d0..8e3e42e270 100644
--- a/ext/B/B/Deparse.pm
+++ b/ext/B/B/Deparse.pm
@@ -19,7 +19,7 @@ use B qw(class main_root main_start main_cv svref_2object opnumber perlstring
CVf_METHOD CVf_LOCKED CVf_LVALUE CVf_ASSERTION
PMf_KEEP PMf_GLOBAL PMf_CONTINUE PMf_EVAL PMf_ONCE PMf_SKIPWHITE
PMf_MULTILINE PMf_SINGLELINE PMf_FOLD PMf_EXTENDED);
-$VERSION = 0.69;
+$VERSION = 0.70;
use strict;
use vars qw/$AUTOLOAD/;
use warnings ();
diff --git a/ext/B/B/Disassembler.pm b/ext/B/B/Disassembler.pm
index 624acb3400..c64b9734c1 100644
--- a/ext/B/B/Disassembler.pm
+++ b/ext/B/B/Disassembler.pm
@@ -5,7 +5,7 @@
# You may distribute under the terms of either the GNU General Public
# License or the Artistic License, as specified in the README file.
-$B::Disassembler::VERSION = '1.03';
+$B::Disassembler::VERSION = '1.04';
package B::Disassembler::BytecodeStream;
diff --git a/ext/B/B/Terse.pm b/ext/B/B/Terse.pm
index 9cf3bf7c75..cb2f63b463 100644
--- a/ext/B/B/Terse.pm
+++ b/ext/B/B/Terse.pm
@@ -1,6 +1,6 @@
package B::Terse;
-our $VERSION = '1.02';
+our $VERSION = '1.03';
use strict;
use B qw(class);
diff --git a/ext/B/t/OptreeCheck.pm b/ext/B/t/OptreeCheck.pm
index fed8bb2a47..c6a58e5ea1 100644
--- a/ext/B/t/OptreeCheck.pm
+++ b/ext/B/t/OptreeCheck.pm
@@ -1,8 +1,9 @@
-
package OptreeCheck;
use base 'Exporter';
require "test.pl";
+our $VERSION = '0.01';
+
# now export checkOptree, and those test.pl functions used by tests
our @EXPORT = qw( checkOptree plan skip skip_all pass is like unlike
require_ok runperl );
diff --git a/ext/Devel/DProf/DProf.pm b/ext/Devel/DProf/DProf.pm
index 289ca80782..6b16693fb7 100644
--- a/ext/Devel/DProf/DProf.pm
+++ b/ext/Devel/DProf/DProf.pm
@@ -205,7 +205,7 @@ sub DB {
use XSLoader ();
-$Devel::DProf::VERSION = '20030813.00'; # this version not authorized by
+$Devel::DProf::VERSION = '20050310.00'; # this version not authorized by
# Dean Roehrich. See "Changes" file.
XSLoader::load 'Devel::DProf', $Devel::DProf::VERSION;
diff --git a/ext/IO/lib/IO/File.pm b/ext/IO/lib/IO/File.pm
index 8c778f70b3..2f0ceff919 100644
--- a/ext/IO/lib/IO/File.pm
+++ b/ext/IO/lib/IO/File.pm
@@ -137,7 +137,7 @@ require Exporter;
@ISA = qw(IO::Handle IO::Seekable Exporter);
-$VERSION = "1.10";
+$VERSION = "1.11";
@EXPORT = @IO::Seekable::EXPORT;
diff --git a/ext/IO/lib/IO/Socket/INET.pm b/ext/IO/lib/IO/Socket/INET.pm
index 6e4c32c78f..01e24239b0 100644
--- a/ext/IO/lib/IO/Socket/INET.pm
+++ b/ext/IO/lib/IO/Socket/INET.pm
@@ -15,7 +15,7 @@ use Exporter;
use Errno;
@ISA = qw(IO::Socket);
-$VERSION = "1.27";
+$VERSION = "1.28";
my $EINVAL = exists(&Errno::EINVAL) ? Errno::EINVAL() : 1;
diff --git a/ext/XS/APItest/APItest.pm b/ext/XS/APItest/APItest.pm
index 1fdae73668..630a5c2957 100644
--- a/ext/XS/APItest/APItest.pm
+++ b/ext/XS/APItest/APItest.pm
@@ -32,7 +32,7 @@ sub G_KEEPERR() { 16 }
sub G_NODEBUG() { 32 }
sub G_METHOD() { 64 }
-our $VERSION = '0.05';
+our $VERSION = '0.06';
bootstrap XS::APItest $VERSION;
diff --git a/ext/threads/shared/shared.pm b/ext/threads/shared/shared.pm
index dd6a705813..0a4bd04f8d 100644
--- a/ext/threads/shared/shared.pm
+++ b/ext/threads/shared/shared.pm
@@ -7,7 +7,7 @@ BEGIN {
require Exporter;
our @ISA = qw(Exporter);
our @EXPORT = qw(share cond_wait cond_timedwait cond_broadcast cond_signal);
- our $VERSION = '0.92';
+ our $VERSION = '0.93';
if ($threads::threads) {
*cond_wait = \&cond_wait_enabled;
diff --git a/lib/File/Path.pm b/lib/File/Path.pm
index 450b0c705e..f96dc06d8f 100644
--- a/lib/File/Path.pm
+++ b/lib/File/Path.pm
@@ -125,7 +125,7 @@ use Exporter ();
use strict;
use warnings;
-our $VERSION = "1.06";
+our $VERSION = "1.07";
our @ISA = qw( Exporter );
our @EXPORT = qw( mkpath rmtree );
diff --git a/lib/FileCache.pm b/lib/FileCache.pm
index 6157f57cb0..7a2aa89df6 100644
--- a/lib/FileCache.pm
+++ b/lib/FileCache.pm
@@ -1,6 +1,6 @@
package FileCache;
-our $VERSION = '1.04_01';
+our $VERSION = '1.05';
=head1 NAME
diff --git a/lib/Pod/Html.pm b/lib/Pod/Html.pm
index d8807a3910..0f7f380a7b 100644
--- a/lib/Pod/Html.pm
+++ b/lib/Pod/Html.pm
@@ -3,7 +3,7 @@ use strict;
require Exporter;
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
-$VERSION = 1.0502;
+$VERSION = 1.0503;
@ISA = qw(Exporter);
@EXPORT = qw(pod2html htmlify);
@EXPORT_OK = qw(anchorify);
diff --git a/lib/Symbol.pm b/lib/Symbol.pm
index 7a880f7aac..3bb5d9240c 100644
--- a/lib/Symbol.pm
+++ b/lib/Symbol.pm
@@ -85,7 +85,7 @@ require Exporter;
@EXPORT = qw(gensym ungensym qualify qualify_to_ref);
@EXPORT_OK = qw(delete_package geniosym);
-$VERSION = '1.05';
+$VERSION = '1.06';
my $genpkg = "Symbol::";
my $genseq = 0;
diff --git a/lib/utf8.pm b/lib/utf8.pm
index e0b9f85b26..b7c938e17e 100644
--- a/lib/utf8.pm
+++ b/lib/utf8.pm
@@ -2,7 +2,7 @@ package utf8;
$utf8::hint_bits = 0x00800000;
-our $VERSION = '1.04';
+our $VERSION = '1.05';
sub import {
$^H |= $utf8::hint_bits;
diff --git a/win32/FindExt.pm b/win32/FindExt.pm
index b42b68a9e9..b73d777d03 100644
--- a/win32/FindExt.pm
+++ b/win32/FindExt.pm
@@ -1,6 +1,6 @@
package FindExt;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
use strict;
use warnings;