added .gitignore, updated MANIFEST.SKIP
[catagits/Catalyst-Plugin-ConfigLoader-Environment.git] / README
CommitLineData
0580e0f8 1Catalyst-Plugin-ConfigLoader-Environment
2
3Configure your Catalyst application via environment variables
4
5INSTALLATION
6
7To install this module, run the following commands:
8
9 perl Makefile.PL
10 make
11 make test
12 make install
13
14And then:
15
16 perldoc Catalyst::Plugin::ConfigLoader::Environment
17
18To read the manual page.
19
20If the "make test" step fails, please submit a bug report!
21
22SUPPORT AND DOCUMENTATION
23
24After installing, you can find documentation for this module with the perldoc command.
25
26 perldoc Catalyst::Plugin::ConfigLoader::Environment
27
28You can also look for information at:
29
30 Search CPAN
31 http://search.cpan.org/dist/Catalyst-Plugin-ConfigLoader-Environment
32
33 CPAN Request Tracker:
34 http://rt.cpan.org/NoAuth/Bugs.html?Dist=Catalyst-Plugin-ConfigLoader-Environment
35
36 AnnoCPAN, annotated CPAN documentation:
37 http://annocpan.org/dist/Catalyst-Plugin-ConfigLoader-Environment
38
39 CPAN Ratings:
40 http://cpanratings.perl.org/d/Catalyst-Plugin-ConfigLoader-Environment
41
42COPYRIGHT AND LICENCE
43
44Copyright (C) 2006 Jonathan Rockway
45
46This program is free software; you can redistribute it and/or modify it
47under the same terms as Perl itself.