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

..03-May-2022-

inc/H23-Nov-2008-5,0633,743

lib/WWW/Mechanize/H23-Nov-2008-9018

t/H23-Nov-2008-3726

ChangesH A D23-Nov-2008315 107

MANIFESTH A D23-Nov-2008533 2524

META.ymlH A D23-Nov-2008383 1716

Makefile.PLH A D23-Nov-2008245 129

READMEH A D23-Nov-2008603 2815

README

1This is Perl module WWW::Mechanize::DecodedContent.
2
3INSTALLATION
4
5WWW::Mechanize::DecodedContent installation is straightforward. If your CPAN shell is set up,
6you should just be able to do
7
8    % cpan WWW::Mechanize::DecodedContent
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
21WWW::Mechanize::DecodedContent documentation is available as in POD. So you can do:
22
23    % perldoc WWW::Mechanize::DecodedContent
24
25to read the documentation online with your favorite pager.
26
27Tatsuhiko Miyagawa
28