Blame README

Packit 6c0c1f
B-Lint
Packit 6c0c1f
Packit 6c0c1f
The README is used to introduce the module and provide instructions on
Packit 6c0c1f
how to install the module, any machine dependencies it may have (for
Packit 6c0c1f
example C compilers and installed libraries) and any other information
Packit 6c0c1f
that should be provided before the module is installed.
Packit 6c0c1f
Packit 6c0c1f
A README file is required for CPAN modules since CPAN extracts the README
Packit 6c0c1f
file from a module distribution so that people browsing the archive
Packit 6c0c1f
can use it get an idea of the modules uses. It is usually a good idea
Packit 6c0c1f
to provide version information here so that people can decide whether
Packit 6c0c1f
fixes for the module are worth downloading.
Packit 6c0c1f
Packit 6c0c1f
INSTALLATION
Packit 6c0c1f
Packit 6c0c1f
To install this module, run the following commands:
Packit 6c0c1f
Packit 6c0c1f
    perl Makefile.PL
Packit 6c0c1f
    make
Packit 6c0c1f
    make test
Packit 6c0c1f
    make install
Packit 6c0c1f
Packit 6c0c1f
Packit 6c0c1f
SUPPORT AND DOCUMENTATION
Packit 6c0c1f
Packit 6c0c1f
After installing, you can find documentation for this module with the perldoc command.
Packit 6c0c1f
Packit 6c0c1f
    perldoc B::Lint
Packit 6c0c1f
Packit 6c0c1f
You can also look for information at:
Packit 6c0c1f
Packit 6c0c1f
    Search CPAN
Packit 6c0c1f
        http://search.cpan.org/dist/B-Lint
Packit 6c0c1f
Packit 6c0c1f
    CPAN Request Tracker:
Packit 6c0c1f
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=B-Lint
Packit 6c0c1f
Packit 6c0c1f
    AnnoCPAN, annotated CPAN documentation:
Packit 6c0c1f
        http://annocpan.org/dist/B-Lint
Packit 6c0c1f
Packit 6c0c1f
    CPAN Ratings:
Packit 6c0c1f
        http://cpanratings.perl.org/d/B-Lint
Packit 6c0c1f
Packit 6c0c1f
COPYRIGHT AND LICENCE
Packit 6c0c1f
Packit 6c0c1f
Copyright (C) 2007 Joshua ben Jore
Packit 6c0c1f
Packit 6c0c1f
This program is free software; you can redistribute it and/or modify it
Packit 6c0c1f
under the same terms as Perl itself.