The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Net::Patricia.

1.008 Wed Oct 18 13:46 2000
	- change XS code to just store a pointer to user data in the
	  Patricia Trie node, rather than a pointer to a perl reference
	  to that user data as was done previously.
        - improved POD

1.007 Wed Oct 18 11:32 2000
	- renamed from Net::PatriciaTrie to Net::Patricia

1.006 Thu Oct 12 00:07 2000
	- bug fix to the climb method which previously would sometimes
	  cause a Memory Fault when a CODEREF argument was supplied.
	- added demo sub-dir with some info about libpatricia C API

1.005 Wed Oct  4 14:18 2000
	- added climb method

1.004 Fri Sep 29 14:16 2000
        - added POD
        - added the ability to store user data in Patricia Trie nodes
        - added more match methods
        - added remove method
        - cleaned up copyright stuff in prep distribution

1.003 Thu Sep 28 19:24 2000
	- renamed to Net::PatriciaTrie
	- suppressed error on "make test" of patricialib
	- prototyped some functions used by "PatriciaTrie.xs" to avoid
	  complaints about making "pointer from integer without a cast"

Revision history for Perl extension Tree::PatriciaTrie::IPv4.

1.002 Thu Sep 28 15:23 2000
	- last cut named Tree::PatriciaTrie::IPv4

1.001 Sat Sep 23 09:58 2000
	- this one works, tested in production use w/pre-release FlowScan-1.004

 0.02 Sat Sep 23 02:21 2000
	- works(?) but leaks memory in "patricialib"

 0.01 Fri Sep 22 23:00:11 2000 -> Sat Sep 23 01:21 2000
	- original version; created by h2xs 1.18