The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Amon2::Plugin::Web::MobileAgent - HTTP::MobileAgent plugin for Amon2

SYNOPSIS

    package MyApp::Web;
    use parent qw/MyApp Amon2::Web/;
    __PACKAGE__->load_plugins('Web::MobileAgent');
    1;

    # in your controller
    $c->mobile_agent();

DESCRIPTION

Integrate with HTTP::MobileAgent

This module adds $c->mobile_agent() method to the context object. The agent class is generated by $c->req.

SEE ALSO

HTTP::MobileAgent, Amon2