Subject: | _error_handler not defined |
If a book is not found, the program dies with
Can't locate object method "_error_handler" via package
"WWW::Scraper::ISBN::ORA_Driver" at
/usr/lib/perl5/site_perl/5.8.5/WWW/Scraper/ISBN/ORA_Driver.pm line 123
The code expects that method to be there but does not define it. This
is with version 0.25 of WWW::Scraper::ISBN and 0.18 of
WWW::Scraper::ISBN::Driver. Should be "handler()", I think.