This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98225a6
)
$Socket::VERSION++; # You always miss one.
author
Nicholas Clark
<nick@ccl4.org>
Thu, 12 Jan 2006 19:09:19 +0000
(19:09 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Thu, 12 Jan 2006 19:09:19 +0000
(19:09 +0000)
p4raw-id: //depot/perl@26805
ext/Socket/Socket.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/Socket/Socket.pm
b/ext/Socket/Socket.pm
index
8c6794d
..
68412b0
100644
(file)
--- 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.7
7
";
+$VERSION = "1.7
8
";
=head1 NAME