Mercurial > eagle-eye
comparison README @ 94:4dc714131954
added notes on the libraries requirement
author | "Rex Tsai <chihchun@kalug.linux.org.tw>" |
---|---|
date | Mon, 27 Oct 2008 11:31:21 +0800 |
parents | 9fd33f9d7207 |
children | 97dfcc0d1e3f |
comparison
equal
deleted
inserted
replaced
93:73f0a1cafc23 | 94:4dc714131954 |
---|---|
19 Carp::Assert::More - libcarp-assert-more-perl | 19 Carp::Assert::More - libcarp-assert-more-perl |
20 Class::DBI::AutoLoader - libclass-dbi-autoloader-perl | 20 Class::DBI::AutoLoader - libclass-dbi-autoloader-perl |
21 Class::DBI - libclass-dbi-perl | 21 Class::DBI - libclass-dbi-perl |
22 Class::DBI::SQLite - libclass-dbi-sqlite-perl | 22 Class::DBI::SQLite - libclass-dbi-sqlite-perl |
23 Decision::ParseTree - libdecision-parsetree-perl | 23 Decision::ParseTree - libdecision-parsetree-perl |
24 HTML::TagParser; - libhtml-tagparser-perl | 24 HTML::TagParser - libhtml-tagparser-perl |
25 XML::LibXML - libxml-libxml-perl | |
25 IO::Uncompress::Gunzip - libio-compress-zlib-perl | 26 IO::Uncompress::Gunzip - libio-compress-zlib-perl |
26 LWP - libwww-perl | 27 LWP - libwww-perl |
27 WWW::Mechanize - libwww-mechanize-perl | 28 WWW::Mechanize - libwww-mechanize-perl |
28 YAML - libyaml-perl | 29 YAML - libyaml-perl |
29 | 30 |
38 $::user = "chihchun"; | 39 $::user = "chihchun"; |
39 $::pass = "YOUKNOW"; | 40 $::pass = "YOUKNOW"; |
40 | 41 |
41 1; | 42 1; |
42 | 43 |
43 * Run the bot, 'perl agent.pl' | 44 * Run the bot, 'perl agent.pl' (mark the 'eval' call in triggerAction for avoid action triggered by the bot.) |
44 * Update the islands information by runing 'perl scan.pl' | 45 * Update the islands information by runing 'perl scan.pl' |
45 * List sheeps, 'perl sheep.pl' (run scan.pl first) | 46 * List sheeps, 'perl sheep.pl' (run scan.pl first) |
46 | 47 |