projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
481a667
)
Bump Socket's version to a real floating point value
Nicholas Clark [Sun, 29 Feb 2004 13:08:28 +0000 (13:08 +0000)]
p4raw-id: //depot/perl@22411
ext/Socket/Socket.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/Socket/Socket.pm
b/ext/Socket/Socket.pm
index
f312c3f
..
8c6794d
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.76_01";
+$VERSION = "1.77";
=head1 NAME