|
NAMEAmon2::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();
DESCRIPTIONThis 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". AUTHORTokuhiro Matsuno <tokuhirom AAJKLFJEF@ GMAIL COM> SEE ALSOHTTP::MobileAgent, Amon2 LICENSECopyright (C) Tokuhiro Matsuno This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|