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:
0369a5a
)
Bump Socket::VERSION to 1.95; to match CPAN release
author
Paul \"LeoNerd\" Evans
<leonerd@leonerd.org.uk>
Thu, 1 Dec 2011 14:10:48 +0000
(14:10 +0000)
committer
Florian Ragwitz
<rafl@debian.org>
Thu, 1 Dec 2011 14:23:14 +0000
(15:23 +0100)
cpan/Socket/Socket.pm
patch
|
blob
|
blame
|
history
diff --git
a/cpan/Socket/Socket.pm
b/cpan/Socket/Socket.pm
index
34deb63
..
2cf8687
100644
(file)
--- a/
cpan/Socket/Socket.pm
+++ b/
cpan/Socket/Socket.pm
@@
-3,7
+3,7
@@
package Socket;
use strict;
our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
-$VERSION = "1.9
4_07
";
+$VERSION = "1.9
5
";
=head1 NAME