NetAddr::MAC - A MAC address object

0.82_01    2014-06-16
        - Fiddled more with the pod in MAC.pm
        - Added t/140-new.t
        - Enhancements to t/150-misc-bad-formats-via-die.t


0.82_01    2014-06-03
        - Some typos in the pod of MAC.pm
        - Fixing RT96045 (https://rt.cpan.org/Public/Bug/Display.html?id=96045) reported by Oliver Gorwits.
        - Closed out RT79915, no changes here but bugs caused by yucky overrides to core functions
        - Tweaks to the README file and added the # ABSTRACT: line

0.82    2013-12-09
        - Tests for bad mac addresses from Oliver Gorwits (http://gorwits.me.uk/)
        - For Cisco format 1111.2222.3333 - we no longer support dropping leading zeros. This was a trade off to better detect broken mac's. Cisco doesnt drop them anyway so its, IMO, the most sensible compromise.

0.81    2013-11-01
        - Handle strange things like aabb.cc.11.22.33 or 11.22.33.aabbcc

0.80    2013-08-23
        - Zap leading and trailing white space
        - Improve error messages
        - Major changes to error handling, doesnt die anymore. See pod for details

0.79    2013-07-03
        - Minor changes

0.78    2012-10-03
        - Fixes for RT79915

0.77    2012-06-04
        - Added changelog
        - Changed to dzil