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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Bump Socket::VERSION to 1.95; to match CPAN release
[perl5.git]
/
cpan
/
Socket
/
Socket.pm
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