[Maypole] could 5.6 prevent modules from accessing parent for some reason?
Kevin
kevin-temp2@writesoon.com
Wed, 23 Jun 2004 23:05:47 -0700
I'm getting the error:
Couldn't require Limitbreak - Can't locate object method "columns" via
package "Limitbreak::User" (perhaps you forgot to load
"Limitbreak::User"?) at Limitbreak/User.pm line 5.
I've tried to follow the first recipe here:
http://maypole.simon-cozens.org/doc/Request.html
#Limitbreak.pm
package Limitbreak;
use base 'Apache::MVC';
use Class::DBI::Loader::Relationship;
Limitbreak->setup("...");
Limitbreak::User->require;
#Limitbreak::User#
Limitbreak::User::untaint_columns ( printable => [qw/username email
password/], html => [qw/description/]);
# or Limitbreak::User->columns()
I'm extremely frustrated; any help or suggestions would be appreciated.
Thanks,
Kevin
Allpoetry.com Community Manager
"Give me a word, then give me the world"