WWW::BookBot::FakeCookies - Fake HTTP::Cookies to skip local file access.


WWW-BookBot documentation  | view source Contained in the WWW-BookBot distribution.

Index


NAME

Top

WWW::BookBot::FakeCookies - Fake HTTP::Cookies to skip local file access.

SYNOPSIS

Top

  use WWW::BookBot::FakeCookies;

ABSTRACT

Top

  Fake HTTP::Cookies to skip local file access.

DESCRIPTION

Top

HTTP::Cookies will die when fetching local files with LWP. The reason is that HTTP::Cookies want to access $url->port which does not exist.

WWW::BookBot::FakeCookies check $url->port before call HTTP::Cookies. If $url->port is unavailable, WWW::BookBot::FakeCookies will return without calling HTTP::Cookies.

EXPORT

None by default.

BUGS, REQUESTS, COMMENTS

Top

Please report any requests, suggestions or bugs via http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-BookBot

AUTHOR

Top

Qing-Jie Zhou <qjzhou@hotmail.com>

SEE ALSO

Top

WWW::BookBot


WWW-BookBot documentation  | view source Contained in the WWW-BookBot distribution.