Net-Traceroute-PurePerl version 0.10_01
=======================================
This is Net::Traceroute::PurePerl version 0.10_01, a Perl implementation
of traceroute(1) using raw sockets.

INSTALLATION

To install this module type the following:

    perl Makefile.PL
    make
    make test
    make install

DEPENDENCIES

This module requires these other non-standard Perl modules and
libraries:

    Net::Traceroute

NOTES

Please see the inline module documentation for additional important
information including detailed module usage.  Once installed, module
documentation can be viewed by typing the following:

    perldoc Net::Traceroute::PurePerl

CONTACT

Please send bug reports, patches, suggestions or comments to:

    John Kristoff
    jtk@cpan.org

COPYRIGHT AND LICENSE

Copyright (C) 2002 Tom Scanlan
Copyright (C) 2006 Andrew Hoying
Copyright (C) 2012 by John Kristoff

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
