Roi Illouze
-
2003-05-31
- status: open --> closed
the following error when trying to run a template :
"[Sun Mar 30 21:17:13 2003] [error] dates.html: Can't
locate object method "Main" via
package "HTML::Merge::Compile:::home::httpd::razinfbin
"
at /usr/lib/perl5/site_perl/5.8.0/HTML/Merge/Compile.pm
line 330. at dates.html line 0 "
can be fixed by commenting out lines 320 - 318 in
Compile.pm.
\@ISA = qw($class);
EOM
#eval $code;
#die $@ if $@;
#$class .= "::$in";
}