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

0.01  Sat Dec  9 10:14:53 2000
	- original version; created by h2xs 1.19

0.20  Mon Feb 26 14:10:33 2001

    * Fixed bug that caused module to abort when a HTTP-Redirect (302) is 
      sent back with a relative URL.

    * Set Content-type to 'application/x-www-form-urlencoded' for POST.

    * Modified Makefile.PL to get path of perl using the which command and
      create the wt script with this path in the she-bang line ( #! ).

    * Modified "make test" tests to write output to files in the t 
      subdirectory.

0.30

    * Fixed ./t/*.t files so that "make test" runs correctly on Solaris.
      (Replaced export WEBTEST_LIB= with WEBTEST_LIB= ; export WEBTEST_LIB.)

    * Improved clarity of documentation and program output.

0.31  

    * Corrected minor documentation error.