Changes in Parse::DNS::Zone
0.4 (2010-11-21)
get_rdata returns a list of complete RRset in list context. Please be aware that this may break existing code. Sorry :-(
Fixes to documentation (new mail address, <olof@cpan.org>)
0.3 (2010-04-18)
Added real tests (t/03-parser.t)
Possibility to get either class, ttl or rdata when calling get_rdata(). (Thanks to Mark J. Reed)
Fixed a bug with get_dupes(), trying to int() on an arrayref instead of the array (Thanks to Mark J. Reed)
Fixed bugs in documentation
Fixed RFC compliance bug, not supporting the format "<name> <class> <ttl> <type> <rdata>"
0.23 (2009-11-15) (Never released)
Added a LICENSE file
Added POD tests
0.22 (2009-11-14)
Fixed a bug where you can't use @ as an argument to get_rdata
Fixed bug where no parsing of arguments is done on get_rrs and exists
0.21 (2009-11-14)
First published version
Fixed a bug in $origin parsing, not possible to have dots in it
0.20 (2009-11-13)
Fixed support for multiple RRs with same type for same name
Testing with Test::Distribution
0.1 (2009-09-13)
Packaged the module