[Catalyst] Alien::Dojo uses regexes to parse HTML, so what?
Matt S Trout
dbix-class at trout.me.uk
Tue May 30 03:25:28 CEST 2006
Dominique Quatravaux wrote:
> In the current instance (repeat: *in the current instance*), using an
> HTML parser would just result in gratuitous bloat
Except you're fetching the files using File::Fetch, whose primary method
of downloading is LWP::UserAgent, which is part of libwww-perl, which
depends on HTML::Parser.
So the odds are you installed an HTML parser already - or at least, if
you're behind an HTTP proxy either you did or Alien::Dojo is broken
since sans LWP File::Fetch can't handle proxies at all ...
More information about the Catalyst
mailing list