Bug 88668 - [NEW PORT] www/p5-WWW-Scraper-ISBN-Driver: Driver class for WWW::Scraper::ISBN module
Summary: [NEW PORT] www/p5-WWW-Scraper-ISBN-Driver: Driver class for WWW::Scraper::ISB...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-08 15:10 UTC by Ying-Chieh Liao
Modified: 2005-11-09 14:21 UTC (History)
0 users

See Also:


Attachments
p5-WWW-Scraper-ISBN-Driver-0.18.shar (2.98 KB, text/plain)
2005-11-08 15:10 UTC, Ying-Chieh Liao
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ying-Chieh Liao 2005-11-08 15:10:14 UTC
This is a base class, all site-specific drivers should inherit its members
and methods. Driver subclasses named '$name' should be packaged as
WWW::Scraper::ISBN::$name_Driver, e.g. WWW::Scraper::ISBN::LOC_Driver for
LOC (Library of Congress) driver. Each driver need only implement the
search() method, though they may have as many other methods as they need to
get their job done. Only search() will be called by
WWW::Scraper::ISBN->search().

WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-Driver/

Generated with FreeBSD Port Tools 0.63
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2005-11-08 15:19:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

I'll take it.
Comment 2 Renato Botelho freebsd_committer freebsd_triage 2005-11-09 14:21:23 UTC
State Changed
From-To: open->closed

New port added. Thanks!