|
NAMEAmon2::Plugin::Web::MobileCharset - Amon2 plugin for Japanese mobile phone's charset SYNOPSIS package MyApp::Web;
use Amon2::Web -base;
__PACKAGE__->load_plugins(
'Web::MobileAgent',
'Web::MobileCharset',
);
DESCRIPTIONDEPENDENCIESThis module depend to HTTP::MobileAgent::Plugin::Charset, Encode::JP::Mobile. And, load Amon2::Plugin::MobileAgent first. SEE ALSOHTTP::MobileAgent::Plugin::Charset, Encode::JP::Mobile
|