summaryrefslogtreecommitdiff
path: root/cpan/Socket
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-10-28 13:08:02 -0600
committerKarl Williamson <khw@cpan.org>2017-10-28 13:10:51 -0600
commit1222ab91f6663819e940d74716fd36e292cd58fb (patch)
tree96c20a799474cca9ebab7c486826aa5937c7238f /cpan/Socket
parent84fefe3fd7fa1f1893200b77ec5bc51014622c0d (diff)
downloadperl-1222ab91f6663819e940d74716fd36e292cd58fb.tar.gz
Bump Socket version to 2.020_04
Commit 0cdc775ef423ad6415e6f80b9244c17a52bf5149 made a small change in cpan/Socket/Socket.pm, causing a porting test failure, which is solved by a version bump, and changing customized.dat to account for that.
Diffstat (limited to 'cpan/Socket')
-rw-r--r--cpan/Socket/Socket.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Socket/Socket.pm b/cpan/Socket/Socket.pm
index 583b9f9d56..833f0fc365 100644
--- a/cpan/Socket/Socket.pm
+++ b/cpan/Socket/Socket.pm
@@ -3,7 +3,7 @@ package Socket;
use strict;
{ use 5.006001; }
-our $VERSION = '2.020_03'; # patched in perl5.git
+our $VERSION = '2.020_04'; # patched in perl5.git
$VERSION =~ tr/_//d; # make $VERSION numeric
=head1 NAME