Revision history for Socket-Packet

0.06    CHANGES:
         * Implement ->recv_unpack using ->recv_len so it yields wire packet
           length and doesn't crash with MSG_TRUNC flag

        BUGFIXES:
         * Fix recv_len() so it works on Perl 5.8

0.05    CHANGES:
         * Added recv_len() function and method

0.04    CHANGES:
         * Use XSLoader instead of DynaLoader
         * import Exporter::import instead of @ISAing it
         * Use ExtUtils::CChecker for build checking

        BUGFIXES:
         * Run fail tests against a pipe to hopefully avoid spurious packet-
           related side-effects on INET sockets

0.03    CHANGES:
         * Wrap SIOCGIFINDEX and SIOCGIFNAME to provide name <=> index lookup
         * Provided an ARP example to demonstrate packet sending
         * Better 'OS unsupported' line if ExtUtils::CBuilder is missing

0.02    CHANGES:
         * Wrap SIOCGSTAMP and SIOCGSTAMPNS to obtain packet receive timestamp
         * Created IO::Socket wrapping under the name IO::Socket::Packet

        BUGFIXES:
         * More robust Build.PL, includes OS capability detection

0.01    First version, released on an unsuspecting world.

