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