Add dists to .gitingore
[catagits/Test-NoTabs.git] / README
CommitLineData
a3ce2d76 1Test-NoTabs
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
0281db9d 18 perl Makefile.PL
19 make
20 make install
a3ce2d76 21
22SUPPORT AND DOCUMENTATION
23
24After installing, you can find documentation for this module with the perldoc command.
25
26 perldoc Test::NoTabs
27
28You can also look for information at:
29
30 Search CPAN
31 http://search.cpan.org/dist/Test-NoTabs
32
33 CPAN Request Tracker:
34 http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-NoTabs
35
36 AnnoCPAN, annotated CPAN documentation:
37 http://annocpan.org/dist/Test-NoTabs
38
39 CPAN Ratings:
40 http://cpanratings.perl.org/d/Test-NoTabs
41
42COPYRIGHT AND LICENCE
43
44Copyright (C) 2006 Nick Gerakines
45
46This program is free software; you can redistribute it and/or modify it
47under the same terms as Perl itself.