[Filterproxy-devel] Re: FilterProxy and HTML::Mason::Parser
Brought to you by:
mcelrath
From: Bob M. <mce...@dr...> - 2002-08-03 16:02:46
|
Adam Duck [du...@in...] wrote: > Hello. >=20 > Oh well, I was using FilterProxy all the time under Linux and have now > switched to FreeBSD. I have perl 5.8.0 installed and grabbed > HTML::Mason from the ports collection (p5-HTML-Mason-1.12.1) - but > CPAN has the same problems, I installed that, too afterwards > (bsdpan-HTML-Mason-1.1201). Anyway, FilterProxy says: >=20 > Can't locate object method "new" via package "HTML::Mason::Parser" > (perhaps you forgot to load "HTML::Mason::Parser"?) at > ./FilterProxy.pl line 203. >=20 > which is correct because Mason/Parser.pm says: >=20 > die "The Parser module is no longer a part of HTML::Mason. Please see ". > "the Lexer and Compiler modules, its replacements.\n"; >=20 > So, where do I go from here? Yeah, I know. The Mason people changed their interface (grr). I haven't had a chance to look at it yet. If you do have a chance to look at it, I'll happily accept a patch. ;) It might be as simple as s/Parser/Lexer/g. Cheers, -- Bob Bob McElrath (rsm...@st...)=20 Univ. of Wisconsin at Madison, Department of Physics "No nation could preserve its freedom in the midst of continual warfare." --James Madison, April 20, 1795 |