1Catalyst-Plugin-Setenv
2
3Allows you to set up the environment from Catalyst's config file.
4
5INSTALLATION
6
7To install this module, run the following commands:
8
9    perl Build.PL
10    ./Build
11    ./Build test
12    ./Build install
13
14
15SUPPORT AND DOCUMENTATION
16
17After installing, you can find documentation for this module with the perldoc command.
18
19    perldoc Catalyst::Plugin::Setenv
20
21You can also look for information at:
22
23    Search CPAN
24        http://search.cpan.org/dist/Catalyst-Plugin-Setenv
25
26    CPAN Request Tracker:
27        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Catalyst-Plugin-Setenv
28
29    AnnoCPAN, annotated CPAN documentation:
30        http://annocpan.org/dist/Catalyst-Plugin-Setenv
31
32    CPAN Ratings:
33        http://cpanratings.perl.org/d/Catalyst-Plugin-Setenv
34
35COPYRIGHT AND LICENCE
36
37Copyright (C) 2006 Jonathan Rockway
38
39This program is free software; you can redistribute it and/or modify it
40under the same terms as Perl itself.
41