-
-
24 Jul 2012 04:22:10 UTC
- Distribution: HTTP-MobileAgent
- Module version: 0.03
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (1460 / 389 / 0)
- Kwalitee
Bus factor: 1- 50.78% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (71.43KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Filter::Util::Call
- HTTP::Headers
- Scalar::Util
- WWW::MobileCarrierJP
- YAML
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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 HTTP::MobileAgent 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
Module Install Instructions
To install HTTP::MobileAgent, copy and paste the appropriate command in to your terminal.
cpanm HTTP::MobileAgent
perl -MCPAN -e shell install HTTP::MobileAgent
For more information on module installation, please visit the detailed CPAN module installation guide.