- Alter GermanBashGrabber to use LWP::UserAgent
authorRalf Ertzinger <sun@ryoko-darknet.camperquake.de>
Sat, 9 Jan 2010 17:13:53 +0000 (18:13 +0100)
committerRalf Ertzinger <sun@ryoko-darknet.camperquake.de>
Sat, 9 Jan 2010 17:13:53 +0000 (18:13 +0100)
commit3f99f34c478f21862b13f5799a629a6e96c1d69f
treea87fb7486f7b635e99ee43e86605f07d8263356d
parent0bbb1b5ad38dfbc63f25220d6661ac9d46d86bba
- Alter GermanBashGrabber to use LWP::UserAgent

This is a fun one. Some time back GermanBash (for reasons
entirely outside my imagination) started to deliver broken HTML
to user agents which identified as the perl LWP library. Not
to all those agents, mind. Just some. For example, using the
GET command line script (which is based on LWP) would produce
valid HTML, including a quote, but using LWP::Simple::get from
a script (on the same machine) would not. I'm not too sure what
to make of this.

If this was meant as a countermeasure of some kind against quotesite
I'd really, really like to hear from the guys running GermanBash.
quotesite/GermanBashGrabber.pm