The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Net::IP::LPM.

1.01_01 Fri Sept 16 2013
	- critical part of code moved to C
	- algo changed from prefix search to Trie 
	- significant performance increase (5-10 times faaster)

0.03  Fri Mar 15 2013
	- byte order buf fix (bug appear when mathcing x.y.z.a/4 mask)
    - non existing prefix returns undef instead of empty string 

0.02  Sat Jan 12 2013
	- code updated to be compatible with perl 6.2.2
	- first stable version 

0.01_02  Mon Jan 7 2013
	- tests updated to be platform independend 

0.01_01  Sun Dec 16 2012
	- initial version  - pre release