diff options
author | Ricardo Signes <rjbs@cpan.org> | 2010-05-20 00:28:42 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2010-05-20 00:28:42 -0400 |
commit | 7e5c418711b8746449b8fd01a37e5d5688bfeca5 (patch) | |
tree | 1be6ea568b0eb2a9f8368cc1114e2e534090927c /ext/Socket/Socket.pm | |
parent | fcc05cd013a95f04dbc401bc2293b18bd25d3a09 (diff) | |
download | perl-7e5c418711b8746449b8fd01a37e5d5688bfeca5.tar.gz |
bump version on modules changed since 5.13.0
Diffstat (limited to 'ext/Socket/Socket.pm')
-rw-r--r-- | ext/Socket/Socket.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Socket/Socket.pm b/ext/Socket/Socket.pm index d4042cde70..753644aaca 100644 --- 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.87"; +$VERSION = "1.88"; =head1 NAME |