Support testing against two apps in same perl interpreter
[catagits/Test-WWW-Mechanize-Catalyst.git] / CHANGES
CommitLineData
6bc86362 1Revision history for Perl module Test::WWW::Mechanize::Catalyst:
2
254eca41 30.50
4 - App classname no longer has to be passed to import:
5 $m = T::W::M::C->new(catalyst_app => 'Catty')
6 now works.
7 - Can now use TWMC two test two different apps in the same perl
8 interpreter due to the above change
9 - Removed Test::WWW::Mechanize::Catalyst::Aux package as it isn't needed
10 any more
11
6bc86362 120.45 Mon Nov 24 20:39:19 GMT 2008
13 - be forwards-compatible with Catalyst 5.80's virtual
14 domain testing (thanks Jason Gottshall)
15
160.44 Mon Oct 27 13:48:22 GMT 2008
17 - fix longstanding bug with recent LWP, requiring
18 WWW::Mechanize 1.50 (thanks to petdance, mst, dakkar)
19 - add machine- and human-readable license, add abstract
20
210.43 Mon Aug 18 15:42:03 BST 2008
22 - add missing prereqs to Catalyst::Plugin::Session::State::Cookie
23 and Catalyst::Plugin::Session::Store::Dummy (thanks kd)
24
250.42 Tue Apr 29 20:25:06 BST 2008
26 - stop multi_content_type.t killing smoke testing
27 (patch by Andreas König)
28 - fix a case where HTTP::Cookies dies when trying to
29 extract_cookies (patch by Andreas Marienborg)
30 - add Test::Exception as a prerequisite
31
320.41 Mon Sep 17 20:28:59 BST 2007
33 - fix to cope with gzipped content and the test from the
34 rt.cpan queue about multiple content types
35 (patch by Ash Berlin)
36
370.40 Tue Aug 21 20:51:13 BST 2007
38 - external requests (as per last release) are now only allowed
39 if you set allow_external (sorry about that)
40
410.39 Sat Aug 4 08:01:38 BST 2007
42 - external requests are now allowed (patch by Edmund von der Burg)
43 - remove Build.PL
44
450.38 Sat Jun 30 14:07:24 BST 2007
46 - document and test that you can use URLs without schema
47 or hostname
48 - add debug screen error to test diagnostics (patch by
49 Jonathan Swartz)
50 - add basic authentication support (patch by Gareth Kirwan)
51 - add test for charset=utf-8 (patch by Chris Dolan)
52 - added CATALYST_SERVER mention in the documentation
53 (patch by Kieren Diment)
54
550.37 Tue Jun 6 08:54:07 BST 2006
56 - patch to follow LWP's $m->requests_redirectable() and small
57 docpatch (thanks to Daniel McBrearty)
58 - mention Catalyst::Test (thanks to guest)
59
600.36 Mon Apr 17 11:27:17 BST 2006
61 - perltidy
62 - Catalyst debug screens are now failures (thanks to Kieren Diment)
63
640.35 Tue Jan 22 17:06:00 GMT 2006
65 - handle redirects (patch by Mark Fowler)
66
670.33 Tue Jun 7 17:38:45 BST 2005
68 - we need at least version 1.04 of Test::WWW::Mechanize
69 (spotted by Jesse Vincent, patch by Shlomi Fish)
70
710.32 Tue May 3 16:14:40 BST 2005
72 - removed 'use Image::Size' in test, as spotted by SMPETERS
73
740.31 Sun Apr 17 10:30:18 BST 2005
75 - update for Catalyst 5.00
76
770.30 Fri Mar 25 04:34:50 GMT 2005
78 - add Test::WWW::Mechanize to prereqs
79 - remove useless "use URI"
80 - "borrow" lots of docs from Test::WWW::Mechanize
81 - Catalyst 4.30 adds support for HTTP::Request objects in
82 Catalyst::Test::request(), so use it (thanks to Christian Hansen)
83
840.29 Thu Mar 17 22:42:04 EST 2005
85 - initial release