diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-21 14:18:45 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-21 14:18:45 +0000 |
commit | c017b4ac8a31f835da77d353fa8488dc8058b14b (patch) | |
tree | a0cf7b13d6613d767e3c18a9fce4baac104ee09f /www/p5-WWW-Google-Video/pkg-descr | |
parent | 3705fac30af33c1cff970a41296e223fdb226bc0 (diff) | |
download | ports-c017b4ac8a31f835da77d353fa8488dc8058b14b.tar.gz ports-c017b4ac8a31f835da77d353fa8488dc8058b14b.zip |
Notes
Diffstat (limited to 'www/p5-WWW-Google-Video/pkg-descr')
-rw-r--r-- | www/p5-WWW-Google-Video/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/p5-WWW-Google-Video/pkg-descr b/www/p5-WWW-Google-Video/pkg-descr new file mode 100644 index 000000000000..b3a6749a1966 --- /dev/null +++ b/www/p5-WWW-Google-Video/pkg-descr @@ -0,0 +1,8 @@ +The WWW::Google::Video is a class implementing a interface +for fetch the Google Video Information. +To use it, you should create WWW::Google::Video object +and use its method fetch(), to fetch the information of Video. +It uses LWP::Simple for making request to Google. + +Author: Lilo Huang <kenwu@mail.tnssh.tn.edu.tw> +WWW: http://search.cpan.org/~kenwu/WWW-Google-Video/ |