|
BeerDB->config has the accessor ->masonx, but it is returning undef.
if i do BeerDB->config->masonx({}); before the BeerDB->config->masonx->{comp_root} = [ factory => '/Public/maypole' ];
then it gets past the previous errors, but i get
[Thu Feb 10 10:44:09 2005] [error] Can't locate object method "untaint_columns" via package "BeerDB
+::Style" (perhaps you forgot to load "BeerDB::Style"?) at /usr/local/apache_perl/packages/BeerDB.p
+m line 28.
Compilation failed in require at (eval 685) line 3.
[Thu Feb 10 10:44:09 2005] [error] Can't use string ("factory") as an ARRAY ref while "strict refs"
+ in use at /usr/lib/perl5/site_perl/5.6.1/MasonX/Maypole.pm line 166.
|