Changes from previous:
0.185 2011-08-11
do not die in t/valid.t when testing for working DNS
(address RT #70157, thanks, Alexey Tourbin)
avoid a pointless warning (mentioned in RT #68312)
check TLD validity before MX records
(address RT #32237, thanks, meyerdigital)
reject addresses with non-ASCII characters
(address RT #50230, thanks, ferreira)
Pkgsrc changes:
- DESTDIR support
Changes since version 0.176:
============================
0.179 Mon Nov 27 2006
bug 23657: fix domain label regex: thanks, Nobuaki ITO!
0.178 Sat Nov 25 2006
reduce cases in which IO::CaptureOutput is needed on Win32
(bug 22062, thanks Alexandr Ciornii)
0.177 Sat Nov 25 2006
resolve bug 22710: make fqdn rule more strict: domains must be multiple
valid domain labels, and domain labels must be [a-z0-9][-a-z0-9]*
replace UNIVERSAL:: with eval{}-wrapping
Patch provided by Martin Wilke via PR 34374.
Changes:
0.176 Thu Jul 27 2006
further improve DNS stuff: try to make Net::DNS a prereq if we think
we'll need it later
0.175 Sat Jun 24 2006
attempt to improve nslookup-location on Cygwin
0.174 Fri Jun 17 2006
added module required on Win32 (IO::CaptureOutput) to Makefile.PL
0.173 Fri Jun 17 2006
update test to require same min. version of TLD.pm as code
0.172 Sat Jun 10 2006
add pod tests
0.171 Sat Jun 10 2006
fixed a problem with the test plan
0.170 Thu Jun 8 2006
fix details on failures for mxcheck and tldcheck
don't screw up addresses beginning with a dash
try to work on win32 where forking open is busted (thanks Smylers)
improve tests
0.16 Fri Jun 2 2006
maintainership assumed by RJBS
work with current, broken Net::Domain::TLD
improve tests
Add HOMEPAGE pointing into search.cpan.org.
Change log:
0.15 Sun Sep 7 21:39:12 PDT 2003
- Support for top level domain validity check added by Elizabeth
Mattijsen (liz@dijkmat.nl). Updated documentation and added tests.
- Patch to improve portability when looking
for nslookup executable. Thanks to Chromatic<chromatic@wgz.org>
- Update AOL rules in local_rules check thanks to
Paul Fierro <pablo@nothing.com>
0.14 Wed Jul 3 12:58:50 CEST 2002
- Applied patch from Michael G Schwern <schwern@pobox.com>
to remove 'use UNIVERSAL'.