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

..03-May-2022-

t/H20-Aug-2006-105

ChangesH A D20-Aug-2006209 127

MANIFESTH A D20-Aug-2006137 87

META.ymlH A D20-Aug-2006416 1412

Makefile.PLH A D20-Aug-2006514 1917

READMEH A D20-Aug-20061.4 KiB5032

Wretch.pmH A D20-Aug-20063.7 KiB17469

README

1BBS-UserInfo-Wretch
2
3The README is used to introduce the module and provide instructions on
4how to install the module, any machine dependencies it may have (for
5example C compilers and installed libraries) and any other information
6that should be provided before the module is installed.
7
8A README file is required for CPAN modules since CPAN extracts the README
9file from a module distribution so that people browsing the archive
10can use it get an idea of the modules uses. It is usually a good idea
11to provide version information here so that people can decide whether
12fixes for the module are worth downloading.
13
14INSTALLATION
15
16To install this module, run the following commands:
17
18    perl Makefile.PL
19    make
20    make test
21    make install
22
23
24SUPPORT AND DOCUMENTATION
25
26After installing, you can find documentation for this module with the perldoc command.
27
28    perldoc BBS::UserInfo::Wretch
29
30You can also look for information at:
31
32    Search CPAN
33        http://search.cpan.org/dist/BBS-UserInfo-Wretch
34
35    CPAN Request Tracker:
36        http://rt.cpan.org/NoAuth/Bugs.html?Dist=BBS-UserInfo-Wretch
37
38    AnnoCPAN, annotated CPAN documentation:
39        http://annocpan.org/dist/BBS-UserInfo-Wretch
40
41    CPAN Ratings:
42        http://cpanratings.perl.org/d/BBS-UserInfo-Wretch
43
44COPYRIGHT AND LICENCE
45
46Copyright (C) 2006 Gea-Suan Lin
47
48This program is free software; you can redistribute it and/or modify it
49under the same terms as Perl itself.
50