[Maypole] could 5.6 prevent modules from accessing parent for some
reason?
Carl Hayter
hayter@usc.edu
Wed, 23 Jun 2004 23:28:58 -0700
--OrGWVCPA5Dd3PCYV
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Wed, Jun 23, 2004 at 11:05:47PM -0700, Kevin wrote:
> I'm getting the error:
>=20
> Couldn't require Limitbreak - Can't locate object method "columns" via =
=20
> package "Limitbreak::User" (perhaps you forgot to load =20
> "Limitbreak::User"?) at Limitbreak/User.pm line 5.
>=20
> I've tried to follow the first recipe here:
> http://maypole.simon-cozens.org/doc/Request.html
>=20
> #Limitbreak.pm
> package Limitbreak;
> use base 'Apache::MVC';
> use Class::DBI::Loader::Relationship;
> Limitbreak->setup("...");
>=20
> Limitbreak::User->require;
>=20
>=20
> #Limitbreak::User#
> Limitbreak::User::untaint_columns ( printable =3D> [qw/username email =20
Limitbreak::User::untaint_columns ( %args )
and
Limitbreak::User->untaint_columns ( %args )
may act differently, try the second way.
----
Carl
--OrGWVCPA5Dd3PCYV
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (SunOS)
iD8DBQFA2nSpjSUgp1gR7V8RAgs0AJ9bvDyBhG0A89wPYKUtJzLgHkMN/wCfULde
q6kQ53OCqH68QjK/QtUDT6E=
=slw7
-----END PGP SIGNATURE-----
--OrGWVCPA5Dd3PCYV--