Revision history for Perl extension Net::Write.

1.00 Sun Nov 26 19:41:54 CET 2006
   - NEW: now a pure Perl module. You MUST have libpcap 0.9.x, or WinPcap 3.1
   - UPGRADE: all constants have moved to Layer.pm
   - examples: examples for all layers
   - test: Test::Pod, Test::Pod::Coverage

0.83 Sun Oct 29 14:31:31 CET 2006
   - bugfix: in Layer2.pm, added require IO::Socket

0.82 Sat May  6 18:07:16 CEST 2006
   - bugfix: call to debugPrint() renamed to cgDebugPrint()

0.81 Mon May  1 20:38:00 CEST 2006
   - now uses Class::Gomor::Array instead of Hash
   - bugfix: send() returns undef on failure, true otherwise
   - some minor code optimizations to improve speed (mostly on send())

0.80 Sun Mar 19 13:39:59 2006
   - first public release