diff options
author | Slaven Rezic <slaven@rezic.de> | 2008-02-29 12:29:31 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-04-03 16:03:24 +0000 |
commit | 16bb28964aaf204ab2e4851e71fbf749f9e5d5c4 (patch) | |
tree | 75259d010e0cda6cda9b62378e950d7240fccfd6 /ext/Socket | |
parent | 760defbd1c5b1cf2489fe2d26c7a02537585afbb (diff) | |
download | perl-16bb28964aaf204ab2e4851e71fbf749f9e5d5c4.tar.gz |
Integrate:
[ 33399]
Subject: [PATCH] More diagnostics for Fatal.pm
Message-ID: <49601.89.247.126.95.1204280971.squirrel@mail.rezic.de>
plus version bump
[ 33621]
$VERSION++ for all the non-dual life modules in ext/ that
Porting/cmpVERSION.pl reports differ from the 5.10.0 release.
[ 33622]
Fix bug in the code for --opened - it was not working on blead.
[ 33623]
$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. :-(
[ 33624]
Module::CoreList wasn't listing Config.pm everywhere.
p4raw-link: @33624 on //depot/perl: c595d0543e6b5fbcaf00be87ff6162c56aa65a75
p4raw-link: @33623 on //depot/perl: d8528f07d4f9e687f7398656349cf605d0c2fb93
p4raw-link: @33622 on //depot/perl: 33768f1313b327865518f09b2c67d4134cf183fc
p4raw-link: @33621 on //depot/perl: 6f154b1b7e5f718737f3f5e4410bc717ea159d40
p4raw-link: @33399 on //depot/perl: df029878ce10ba115451deaf98191420c0c2f438
p4raw-id: //depot/maint-5.10/perl@33640
p4raw-integrated: from //depot/perl@33636 'copy in'
ext/Devel/Peek/Peek.pm (@24248..) os2/OS2/REXX/REXX.pm
(@26804..) ext/Devel/DProf/DProf.pm (@27620..)
ext/PerlIO/scalar/scalar.pm (@28799..) ext/PerlIO/via/via.pm
(@29702..) ext/PerlIO/encoding/encoding.pm (@30213..)
ext/POSIX/POSIX.pm (@30590..) lib/Fatal.pm lib/Fatal.t
(@30614..) ext/Socket/Socket.pm (@31581..) ext/B/B/Concise.pm
(@32734..) lib/ExtUtils/Embed.pm (@32883..)
lib/Module/CoreList.pm (@33244..) 'merge in' lib/File/Find.pm
(@33333..) lib/File/Basename.pm (@33402..)
p4raw-integrated: from //depot/perl@33622 'ignore'
Porting/Maintainers.pm (@33193..)
Diffstat (limited to 'ext/Socket')
-rw-r--r-- | ext/Socket/Socket.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Socket/Socket.pm b/ext/Socket/Socket.pm index 3d428a91ca..ad5e61827f 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 |