kamal has asked for the wisdom of the Perl Monks concerning the following question:
Not quite sure where to begin troubleshooting this, as i am new to Catalyst. I am using Catalyst version 5.90010 with perl, v5.8.8, on ubuntu 12.04##============================================================ ## Catalyst Test Server ##============================================================ use_ok 'Catalyst::Test', 'BServer'; my $mech = Test::WWW::Mechanize::Catalyst->new(catalyst_app => 'BServe +r'); But a sample test app, on Catalyst web site uses the following syntax: # Need to specify the name of your app as arg on next line # Can also do: # use Test::WWW::Mechanize::Catalyst "MyApp"; BEGIN { use_ok("Test::WWW::Mechanize::Catalyst" => "MyApp") }
|
|---|