The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
2004-05-24  Daniel Hagerty  <hag@linnaean.org>
	* Traceroute.pm:
	** Update parser to deal with traceroute on current linux.
	   Apparently some bozo thought some extra spacing here and there
	   would be cute.
	** Version bump to 1.08.
	* TODO:
	** New file.

2000-11-17  Daniel Hagerty  <hag@linnaean.org>

	* Traceroute.pm:
	** Added a default value to debug instance variable, to avoid
	perl warning
	** Incremented version number to 1.03.
	* test.pl:
	** Turned on perl warnings.

2000-08-15  Daniel Hagerty  <hag@linnaean.org>

	* Traceroute.pm:
	** Added error checking around our use of IO::Pipe.
	** Incremented version number for release

1999-11-28  Daniel Hagerty  <hag@linnaean.org>

	* First ChangeLog entry.
	* Traceroute.pm:
	** Bumped version to 1.01
	** Changed Net::Inet to Socket.  Only needed inet_aton and inet_ntoa.
	** host(): Wrapped inet_aton in an eval.
	* test.pl: Rewrote test 3 to be slightly more general, as too
	many operating systems have restrictions on what you can trace
	to.  Ask user if test is difficult.