$Id: Changes,v 1.83 2003/09/05 20:06:12 m_ilya Exp $

Revision history for Perl module HTTP::WebTest.

2.04 Fri Sep 5 2003

BUG FIXES:

2.03 Mon Jul 14 2003

ENHANCEMENTS

BUG FIXES:

2.02 Mon Mar 24 2003

BUG FIXES:

2.01 Sun Mar 2 2003

ENHANCEMENTS
DEPRECATIONS

BUG FIXES:

2.00 Sat Dec 14 2002

ENHANCEMENTS
INCOMPATIBILITIES

BUG FIXES:

1.99_09 Thu Aug 22 2002

ENHANCEMENTS

BUG FIXES:

1.99_08 Wed Jul 31 2002

ENHANCEMENTS
INCOMPATIBILITIES
DEPRECATIONS

BUG FIXES:

1.99_07 Sun Jun 16 2002

ENHANCEMENTS
INCOMPATIBILITIES

1.99_06 Sun May 12 2002

ENHANCEMENTS

BUG FIXES:

1.99_05 Mon Apr 8 2002

BUG FIXES:

1.99_04 Sun Feb 17 2002

ENHANCEMENTS
INCOMPATIBILITIES

value - any string without special chars like => or ). It is treated in same way as in old HTTP::WebTest

"value" - usual Perl string quoting rules apply (i.e sequences like \n, \r, etc are treated as special and " can be escaped with \"). It is new in HTTP::WebTest.

'value' - usual Perl string quoting rules apply (i.e sequences like \n is not tread as special but ' can be escaped with \'). This change breaks previosly allowed ''value'' style for escaping quote characters.

Also Perl expression in curly brackets can be specified instead of test parameter value. Like

url = { "http://" . 'somehost.com' }

1.99_03 Mon Jan 28 2002

1.99_02 Fri Jan 18 2002

1.99_01 Sun Jan 13 2002

1.99_00 Mon Jan 6 2002

1.07 Tue Nov 20 2001

1.06 Sat Aug 11 2001

1.05 Wed Aug 8 2001

1.04 Mon Jul 16 2001

1.03 Wed Jul 4 2001

1.02 Tue Jun 26 2001

1.01 Wed Jun 14 2001

1.00 Wed Jun 06 2001

0.30 Mon Mar 05 2001

0.20 Mon Feb 26 2001

0.01 Sat Dec 9 2000