Revision history for Perl extension Tie::DNS 0.1 Fri Jun 8 23:57:14 CDT 2001 - original version; 0.2 Wed Jun 13 00:30:56 CDT 2001 - Added ability to return record types besides A - Added ability to return multiple records in a single query 0.3 Sat Jun 16 19:59:02 CDT 2001 - Ability to return all available record types, as supported by Net::DNS - Ability to access any field of any record type. - Ability to change arguments on the fly - Fixed faulty reverse lookup code in the case of multiple return vals 0.4 Sun Jun 17 00:05:19 CDT 2001 - Ability to set default field on a per-record type basis - Simple dynamic updates - Choose 'search' or 'query' lookups. 0.41 Tue Jun 26 17:45:40 CDT 2001 - Missed a silly, simple bug in the constructor. Fixed it. - Fixed badly formatted POD - Added POD section for 'all_fields' option. 0.5 Thu Feb 28 18:11:30 CST 2008 - Added caching patch courtesy of kevin brintnall - Brought testing into the 20th century. :-) 0.6 Sat Jan 3 22:08:57 CST 2009 - Brought testing into the 21th century. :-) - Added dependency on Tie::Cache 0.61 Sun Jan 4 20:06:39 CST 2009 - Fixed a test bug