The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Net::pWhoIs.

0.01  Thu Aug 10 13:30:23 2017
	- original version; created by h2xs 1.23 with options
		-L./Net -XAn Net::pWhoIs

0.02  Wed Feb 02 11:02:18 2022
        - Fixed bug in socket code.  There is no difference between handling of single and bulk queries.  Decoupled input from constructor, now part of pwhois method.  Added method to generate formatted report.  Included full featured client.

0.04  Sun Apr 17 10:36:00 2022
        -  Added code to support legacy query handling, previously in constructor.  Skipping unresolvable hostnames, previously ending script with die.  Fixed POD/README.

0.05  Sun Apr 17 18:40:00 2022
        -  Trivial Documentation update.

0.06  Tue Apr 17 02:33:23 2022
        -  Fixed testing bug.

0.07  Wed Apr 20 10:41:03 2022
        -  printReport method: added newline between results.  Stripped tabs.  Updated POD

1.1.0  Sun Apr 24 22:16:04 2022
        -  Updated Makefile.PL.  Specified dependencies and updated author.

1.2.0  Mon Apr 25 02:25:57 2022
        - Trying to add dependencies again.