
david at kineticode
Aug 5, 2008, 11:47 AM
Views: 1177
Permalink
|
Suggested patch for Catalyst::Manual::Tutorial::Testing: Index: lib/Catalyst/Manual/Tutorial/Testing.pod =================================================================== --- lib/Catalyst/Manual/Tutorial/Testing.pod (revision 8176) +++ lib/Catalyst/Manual/Tutorial/Testing.pod (working copy) @@ -314,7 +314,7 @@ temporarily insert a line similar to the following right after the failed test: - warn $ua1->content; + diag $ua1->content; This will cause the full HTML returned by the request to be displayed. Best, David _______________________________________________ Catalyst-dev mailing list Catalyst-dev[at]lists.scsys.co.uk http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst-dev
|