diff options
-rw-r--r-- | cpan/Socket/Socket.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Socket/Socket.pm b/cpan/Socket/Socket.pm index 34deb63779..2cf8687c76 100644 --- 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.94_07"; +$VERSION = "1.95"; =head1 NAME |