Subject: | MyBase::set_options problem |
Hi Grant,
Just trying to use WWW::Myspace with Catalyst - the only step I've done is to "use" the
module as part of the Catalyst routine I'm writing, but just the step of asking Catalyst to use
it results in the following error:
"The following parameter was passed in the call to WWW::Myspace::MyBase::set_options but
was not listed in the validation options: request
I had a look in MyBase and read the parts about set_options, and was wondering if there's a
bug in myspace... or perhaps it's Catalyst doing something weird.... haven't really been able
to find much on Google about it though.
Example of line from Catalyst framework - catalyst program gives errors when the
line"+WWW::Myspace" is added. This line is synonomous to: "use WWW::Myspace":
use Catalyst qw/
-Debug
+WWW::Myspace
ConfigLoader
Authentication
Authentication::Store::DBIC
Authentication::Credential::Password
Session
Session::Store::FastMmap
Session::State::Cookie
HTML::Widget
Static::Simple
Prototype
/;
Thanks!
Tom