Subject: | 1.00 backs out change from 0.25 |
In 0.21 and earlier, and in 1.00, the symnols from Multicast.xs were in IO::Socket, by this line:
MODULE = IO::Socket::Multicast PACKAGE = IO::Socket
0.25, and only 0.25, contains this change:
0.25 Sun Jan 7 14:59:24 EST 2001
- All symbols now in IO::Socket::Multicast package.
(some were in IO::Socket in previous versions)
MODULE = IO::Socket::Multicast PACKAGE = IO::Socket::Multicast
Is it an accident that this change was left out in 1.00?