HTTP::MobileAgent::NonMobile - Non-Mobile Agent implementation


NAME

HTTP::MobileAgent::NonMobile - Non-Mobile Agent implementation


SYNOPSIS

  use HTTP::MobileAgent;
  local $ENV{HTTP_USER_AGENT} = "Mozilla/4.0";
  my $agent = HTTP::MobileAgent->new;


DESCRIPTION

HTTP::MobileAgent::NonMobile is a subclass of HTTP::MobileAgent, which implements non-mobile or unimplemented user agents.


METHODS

See METHODS in the HTTP::MobileAgent manpage for common methods.


AUTHOR

Tatsuhiko Miyagawa <miyagawa@bulknews.net>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


SEE ALSO

the HTTP::MobileAgent manpage