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

..03-May-2022-

inc/Module/H11-Oct-2011-2,0531,532

lib/HTTP/MobileAgent/Plugin/H11-Oct-2011-8230

t/H11-Oct-2011-8982

xt/H11-Oct-2011-7671

.gitignoreH A D11-Oct-2011108 1413

ChangesH A D11-Oct-2011248 179

MANIFESTH A D11-Oct-2011485 2322

META.ymlH A D11-Oct-2011608 2827

Makefile.PLH A D11-Oct-2011225 107

READMEH A D11-Oct-2011621 2815

README

1This is Perl module HTTP::MobileAgent::Plugin::Charset.
2
3INSTALLATION
4
5HTTP::MobileAgent::Plugin::Charset installation is straightforward. If your CPAN shell is set up,
6you should just be able to do
7
8    % cpan HTTP::MobileAgent::Plugin::Charset
9
10Download it, unpack it, then build it as per the usual:
11
12    % perl Makefile.PL
13    % make && make test
14
15Then install it:
16
17    % make install
18
19DOCUMENTATION
20
21HTTP::MobileAgent::Plugin::Charset documentation is available as in POD. So you can do:
22
23    % perldoc HTTP::MobileAgent::Plugin::Charset
24
25to read the documentation online with your favorite pager.
26
27Tokuhiro Matsuno
28