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

..03-May-2022-

lib/WWW/H01-Aug-2007-6,4515,159

t/H01-Aug-2007-2012

ChangesH A D01-Aug-200710.3 KiB306276

MANIFESTH A D19-Dec-2006201 109

META.ymlH A D01-Aug-2007348 1210

Makefile.PLH A D19-Dec-2006579 1512

READMEH A D17-Apr-20071.1 KiB3826

README

1WWW-Mixi version 0.50
2=====================
3
4The README is used to introduce the module and provide instructions on
5how to install the module, any machine dependencies it may have (for
6example C compilers and installed libraries) and any other information
7that should be provided before the module is installed.
8
9A README file is required for CPAN modules since CPAN extracts the
10README file from a module distribution so that people browsing the
11archive can use it get an idea of the modules uses. It is usually a
12good idea to provide version information here so that people can
13decide whether fixes for the module are worth downloading.
14
15INSTALLATION
16
17To install this module type the following:
18
19   perl Makefile.PL
20   make
21   make test
22   make install
23
24DEPENDENCIES
25
26This module requires these other modules and libraries:
27
28  LWP::RobotUA
29  Jcode
30
31COPYRIGHT AND LICENCE
32
33Copyright (C) 2004-2006 by Makio Tsukamoto
34
35This library is free software; you can redistribute it and/or modify
36it under the same terms as Perl itself, either Perl version 5.8.6 or,
37at your option, any later version of Perl 5 you may have available.
38