Andrew Payne wrote:
On Jan 23, 2008 4:28 PM, Matt Lawrence <[EMAIL PROTECTED]> wrote:WWW::Mechanize isa LWP::UserAgent. Ditto T::W::M::C, AFAIK.Yes, but how does that help when we're using get_ok(...) ? I accidently chopped too many lines from the previous snippet. print $ua->request($req)->as_string; Gives the LWP $ua the HTML::Request $req and executes it. I can't see a way to feed T::W::M such a request object. Sorry, we're straying a bit here. Andrew
$m = Test::WWW::Mechanize::Catalyst->new;
$m->credentials('admin', 'admin');
signature.asc
Description: OpenPGP digital signature
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
