-
-
08 Oct 2013 23:43:10 UTC
- Distribution: Amon2-MobileJP
- Module version: 0.11
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (207 / 0 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (10.76KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 2 contributors-
Tokuhiro Matsuno
-
tokuhirom
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
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
.AUTHOR
Tokuhiro Matsuno <tokuhirom AAJKLFJEF@ GMAIL COM>
SEE ALSO
LICENSE
Copyright (C) Tokuhiro Matsuno
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Amon2::MobileJP, copy and paste the appropriate command in to your terminal.
cpanm Amon2::MobileJP
perl -MCPAN -e shell install Amon2::MobileJP
For more information on module installation, please visit the detailed CPAN module installation guide.