Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
inc/Module/ | H | 05-Jun-2010 | - | 2,081 | 1,566 | |
lib/Catalyst/Plugin/ConfigLoader/ | H | 05-Jun-2010 | - | 211 | 29 | |
t/ | H | 05-Jun-2010 | - | 194 | 132 | |
Changes | H A D | 05-Jun-2010 | 1,010 | 32 | 24 | |
MANIFEST | H A D | 25-Feb-2010 | 621 | 28 | 27 | |
MANIFEST.SKIP | H A D | 05-Jun-2010 | 91 | 10 | 9 | |
META.yml | H A D | 06-Mar-2008 | 435 | 22 | 21 | |
Makefile.PL | H A D | 24-Feb-2010 | 413 | 18 | 14 | |
README | H A D | 25-Mar-2007 | 1.2 KiB | 48 | 28 |
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