
App::Chart::UserAgent -- LWP useragent subclass

use App::Chart::UserAgent; my $ua = App::Chart::UserAgent->instance;

LWP::UserAgent
App::Chart::UserAgent

This is a small subclass of LWP::UserAgent which sets up, by default,
User-Agent identification header.Accept-Encoding header with HTTP::Message::decodable() to let the server send gzip etc. This means all responses should be accessed with $resp->decoded_content(), not raw content().App::Chart::Download).
App::Chart::UserAgent->instanceReturn a shared App::Chart::UserAgent object. This shared instance is meant for all normal use.
App::Chart::UserAgent->new (key => value, ...)Create and return a new App::Chart::UserAgent object.
App::Chart::UserAgent->_agent$ua->_agentReturn the default User-Agent header string. This is Chart plus the LWP default, eg.
Chart/100 libwww-perl/5.814
