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::MRT.

2012-02-07 0.0201 MaxiM Basunov <maxim.basunov@gmail.com>
    Improvements:
        - Adding Test::Deep to TEST_REQUIRES

2012-02-07 0.02 MaxiM Basunov <maxim.basunov@gmail.com>
    Improvements:
        - Check for proper PerlIO via PerlIO_tell
        - More functional tests for type=13

    Bugfixes:
        - Fixed memory leak on reference count
        - Removed ntohl on NEXT_HOP attribute

2012-02-03 0.01 MaxiM Basunov <maxim.basunov@gmail.com>
    New features:
        - Introducing module Net::MRT
        - Decoding type MT_TABLE_DUMP (13) subtypes RIB_IPV4_UNICAST (2)
          & RIB_IPV6_UNICAST (4)
        - Decoding BGP attributes:
          * 1	ORIGIN
          * 2	AS_PATH (AS_SEQUENCE/AS_SET)
          * 3	NEXT_HOP (IPv4)
          * 4	MULTI_EXIT_DISC
          * 5	LOCAL_PREF
          * 6	ATOMIC_AGGREGATE

    Improvements:
        - Huge improvements in brain.sys

    Bugfixes:
        - Fixed /dev/hands