Commit graph

2 commits

Author SHA1 Message Date
Johann Franz
ee75c85c1a Update to 0.37.
Changes since 0.35:
0.37 Wed Apr 26 09:30:26 EDT 2006
	- patch to follow LWP's $m->requests_redirectable() and small
	  docpatch (thanks to Daniel McBrearty)
	- mention Catalyst::Test (thanks to guest)

0.36 Mon Apr 17 11:27:17 BST 2006
      	- perltidy
	- Catalyst debug screens are now failures (thanks to Kieren Diment)
2007-03-03 10:35:45 +00:00
Roman Kulik
e084177c25 Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates
features for web application testing. The Test::WWW::Mechanize::Catalyst
module meshes the two to allow easy testing of Catalyst applications
without starting up a web server.

Testing web applications has always been a bit tricky, normally starting
a web server for your application and making real HTTP requests to it.
This module allows you to test Catalyst web applications but does not
start a server or issue HTTP requests. Instead, it passes the HTTP
request object directly to Catalyst. Thus you do not need to use a real
hostname: "http://localhost/" will do.

WWW: http://search.cpan.org/dist/Test-WWW-Mechanize-Catalyst/
2006-03-09 21:32:43 +00:00