Amon2::Plugin::Web::MobileAgent - HTTP::MobileAgent plugin for Amon2
package MyApp::Web;
use parent qw/MyApp Amon2::Web/;
__PACKAGE__->load_plugins('Web::MobileAgent');
1;
# in your controller
$c->mobile_agent();
This plugin integrates HTTP::MobileAgent and Amon2.
This module adds
"$c->mobile_agent()" method to the
context object. The agent class is generated by
"$c->req".
Tokuhiro Matsuno <tokuhirom AAJKLFJEF@ GMAIL COM>
Copyright (C) Tokuhiro Matsuno
This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.