Revision history for Perl extension Mail::Valid.

0.11 Wed Jul  7 04:33:58 PDT 1999
        *** IMPORTANT CHANGES ***
        This release includes a few changes which break
        backward compatibility.  Please read about them before
        deciding to upgrade.

        - Changed module name to Mail::Valid as suggested
          by Kim Ryan.  People were having a difficult time
          locating it.
        - Added details() method to determine why an
          address check fails.  Thanks to Otis Gospodnetic
          for the suggestion.
        - Now requiring the Net::DNS module for DNS lookups
          for better error handling.
        - Global Net::DNS::Resolver object is now used for
          DNS queries.  Can be accessed directly to tweak
          the resolver behavior.
        - The address() method now returns an instance of
          the Mail::Address class rather than a string. 
          We're taking the time to construct the object, so
          why waste that effort?
        - Updated documentation

0.09 Thu Apr  8 17:21:15 PDT 1999
        - Added Mail::Address to PREREQ_PM to list
          dependency, as suggested by Achim.
        - Moved test.pl to t/valid.t as suggested by Achim.
        - DNS lookups now use Net::DNS if available, falling
          back to nslookup if not.  Suggested by
          Lupe Christoph.
        - Modified documentation
        - Renamed Email::Valid::NSLookup to Email::Valid::DNS,
          which is now responsible for all DNS queries.
        
0.08
	- Removed a couple of warnings when running under -w
	- Bug handling AOL local rules fixed
	- local_rules() now defaults to off

0.07 Tue Jan 12 02:04:57 PST 1999
	- Mail::Address module is now required
        - Added Email::Valid::NSLookup module to
          encapsulate DNS lookups -- now we can
          add additional classes to use other utilities.
        - Fixed problem with spaces thanks to David Birnbaum.
        - Renamed a couple of the parameters -- old names
          should still work.

0.06 Tue May 26 14:27:34 1998
        - Modified named parameter parsing

0.05  Mon May 11 00:56:00 1998
        - fudge() now defaults to false
        - Modified documentation
        - Changed behavior of fully_qualified

0.04  Thu May  7 16:42:00 1998
        - Added support for Mail::Address objects
        - Added positional/named parameter calling style
        - Updated documentation

0.01  Fri Mar  6 22:19:54 1998
        - original version; created by h2xs 1.18