Re: [Catalyst] Test::WWW:Mechanize::Catalyst

2009-02-02 Thread kirk beers
You were exactly correct Will. Thanks for putting me onto $mech-content. I was able to find out that my sign-in and authorization wasn't working properly because I had incorrect config info for my ACL class. Thanks again!! On Mon, Jan 26, 2009 at 10:20 AM, Will Hawes wdha...@gmail.com wrote:

[Catalyst] Test::WWW:Mechanize::Catalyst

2009-01-26 Thread kirk beers
Hi folks, I am fairly new to Catalyst and Perl (conformed Java programmer), I was wondering if anyone could help me with and issue with * WWW::Mechanize::Catalyst::Test* specifically : *$mech-content_contains($str,[,$desc]); * I have added a wrapper.tt and set it in my view/HTML.pm. This

Re: [Catalyst] Test::WWW:Mechanize::Catalyst

2009-01-26 Thread Will Hawes
2009/1/26 kirk beers kgb...@gmail.com: Hi folks, I am fairly new to Catalyst and Perl (conformed Java programmer), I was wondering if anyone could help me with and issue with WWW::Mechanize::Catalyst::Test specifically : $mech-content_contains($str,[,$desc]); I have added a wrapper.tt

Re: [Catalyst] Test::WWW:Mechanize::Catalyst

2009-01-26 Thread Kieren Diment
On 27/01/2009, at 12:49 AM, kirk beers wrote: Hi folks, I am fairly new to Catalyst and Perl (conformed Java programmer), I was wondering if anyone could help me with and issue with * WWW::Mechanize::Catalyst::Test* My favourite trick with T::WWW::M::C is: PAGER='lynx -stdin' perl