Mercurial > eagle-eye
diff Ikariam.pm @ 56:6e0d5e781949
fixed a typo in agent.pl
author | "Rex Tsai <chihchun@kalug.linux.org.tw>" |
---|---|
date | Tue, 21 Oct 2008 00:00:33 +0800 |
parents | 2d3c394b7940 |
children | 3d1784140009 |
line wrap: on
line diff
--- a/Ikariam.pm Mon Oct 20 23:44:45 2008 +0800 +++ b/Ikariam.pm Tue Oct 21 00:00:33 2008 +0800 @@ -18,7 +18,7 @@ use Data::Dumper; use LWP; # use LWP::Debug qw(+ -conns -trace -debug); -use LWP::Debug qw(+trace); +# use LWP::Debug qw(+trace); use HTTP::Cookies; use WWW::Mechanize; use HTML::TagParser;