diff options
author | garga <garga@FreeBSD.org> | 2005-11-09 22:18:51 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-11-09 22:18:51 +0800 |
commit | 5bbb4d5347a60bfeb95eeaf256f260184f11c306 (patch) | |
tree | 1e07caad0f3cb6b3eda969598bb151266b2de7f7 /www/Makefile | |
parent | c15caf3b1dc77ea911aee1977a85afa1001ee6d8 (diff) | |
download | freebsd-ports-graphics-5bbb4d5347a60bfeb95eeaf256f260184f11c306.tar.gz freebsd-ports-graphics-5bbb4d5347a60bfeb95eeaf256f260184f11c306.tar.zst freebsd-ports-graphics-5bbb4d5347a60bfeb95eeaf256f260184f11c306.zip |
The WWW::Scraper::ISBN::Record module defines a class that can be used to deal
with book information. It was primarily created as a return type for the
WWW::Scraper::ISBN module, though it could be used for other purposes. It
knows minimal information about itself, whether the book was found, where it
was found, its ISBN number, and whether any errors occurred. It is usually up
to the WWW::Scraper::ISBN::Driver and its subclasses to make sure that the
fields get set correctly.
WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-Record/
PR: ports/88666
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 0b36f8be985..0fe09cfa184 100644 --- a/www/Makefile +++ b/www/Makefile @@ -641,6 +641,7 @@ SUBDIR += p5-WWW-Mixi SUBDIR += p5-WWW-Robot SUBDIR += p5-WWW-Scraper-ISBN-Driver + SUBDIR += p5-WWW-Scraper-ISBN-Record SUBDIR += p5-WWW-Search SUBDIR += p5-WWW-Search-AltaVista SUBDIR += p5-WWW-Search-Google |