More AmphetaDesk

I really want to give AmphetaDesk a go, so this time I downloaded the Perl source and (after setting up CPAN and installing expat and the necessary Perl modules) got AmphetaDesk to run as a command line Perl application. Now after a scan, instead of a crash I get:

Program fragment delivered error ``Not an ARRAY reference at /cygdrive/c/Program Files/AmphetaDesk/lib/AmphetaDesk/Channels.pm line 122.''

Hmmmm. From playing with XML::Minimal or whatever it's called, I'd guess this error is from some unencoded HTML in a channel description or something. I haven't taken the moment to see what Channels.pm line 122 actually does yet.