• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Amon2/H16-Dec-2012-563433

t/H16-Dec-2012-12999

xt/H16-Dec-2012-9586

.gitignoreH A D16-Dec-2012179 2019

Build.PLH A D16-Dec-2012983 2925

ChangesH A D16-Dec-2012569 4224

LICENSEH A D16-Dec-201218 KiB380292

MANIFESTH A D16-Dec-2012391 2322

META.jsonH A D16-Dec-20121.6 KiB6766

META.ymlH A D16-Dec-20121,023 4140

READMEH A D16-Dec-2012734 3121

README

1NAME
2    Amon2::Plugin::Web::MobileAgent - HTTP::MobileAgent plugin for Amon2
3
4SYNOPSIS
5        package MyApp::Web;
6        use parent qw/MyApp Amon2::Web/;
7        __PACKAGE__->load_plugins('Web::MobileAgent');
8        1;
9
10        # in your controller
11        $c->mobile_agent();
12
13DESCRIPTION
14    This plugin integrates HTTP::MobileAgent and Amon2.
15
16    This module adds "$c->mobile_agent()" method to the context object. The
17    agent class is generated by "$c->req".
18
19AUTHOR
20    Tokuhiro Matsuno <tokuhirom AAJKLFJEF@ GMAIL COM>
21
22SEE ALSO
23    HTTP::MobileAgent, Amon2
24
25LICENSE
26    Copyright (C) Tokuhiro Matsuno
27
28    This library is free software; you can redistribute it and/or modify it
29    under the same terms as Perl itself.
30
31