projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
98225a6
)
$Socket::VERSION++; # You always miss one.
Nicholas Clark [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.77";
+$VERSION = "1.78";
=head1 NAME