• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

inc/Module/H05-Jun-2010-2,0811,566

lib/Catalyst/Plugin/ConfigLoader/H05-Jun-2010-21129

t/H05-Jun-2010-194132

ChangesH A D05-Jun-20101,010 3224

MANIFESTH A D25-Feb-2010621 2827

MANIFEST.SKIPH A D05-Jun-201091 109

META.ymlH A D06-Mar-2008435 2221

Makefile.PLH A D24-Feb-2010413 1814

READMEH A D25-Mar-20071.2 KiB4828

README

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.
48