initial commit
[catagits/Catalyst-Plugin-ConfigLoader-Environment.git] / README
1 Catalyst-Plugin-ConfigLoader-Environment
2
3 Configure your Catalyst application via environment variables
4
5 INSTALLATION
6
7 To install this module, run the following commands:
8
9     perl Makefile.PL
10     make
11     make test
12     make install
13
14 And then:
15
16     perldoc Catalyst::Plugin::ConfigLoader::Environment
17
18 To read the manual page.
19
20 If the "make test" step fails, please submit a bug report!
21
22 SUPPORT AND DOCUMENTATION
23
24 After installing, you can find documentation for this module with the perldoc command.
25
26     perldoc Catalyst::Plugin::ConfigLoader::Environment
27
28 You 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
42 COPYRIGHT AND LICENCE
43
44 Copyright (C) 2006 Jonathan Rockway
45
46 This program is free software; you can redistribute it and/or modify it
47 under the same terms as Perl itself.