Revision history for Net::IP::Identifier

0.086     2015-01-18 13:19:10-08:00 America/Los_Angeles
    Add Plugins:
        1and1
        Amazon
        Baidu
        Fedex
        Microsoft
    Updated Plugins:
        Akamai
        Comcast
    clean up many missing and incorrect netblocks in plugins
    add support for range notation (N.N.N.N - M.M.M.M, IPv4 and IPv6))
    add IPv6 support
    significant changes/improvements to Binode:
        remove descend method, replace with construct, follow and traverse methods
        user now provides callbacks for follow and traverse
    add deep recursion support to handle IPv6
    use Binode to handle overlap and redundant checks
    add Net::IP::Identifier::Regex.pm to store useful regular expressions
        (some early distributions don't support Regexp::Common)
    add bin/net_cidr_lite_merge.pl
    add extra/check_plugin
    change die to croak in most places
    remove some debug stuff
    add _ENTITY_REGEX_ in plugins to make name checking flexible
    rename tests more logically

0.054     2014-11-15
    Original release.