The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Catalyst::Plugin::ENV - getter for value from enviroment

DESCRIPTION

In some tasks in catalyst app - you need value for your variable from %ENV When catapp works as fcgi server - you can get this values from $c->engine->env If you run devel catalyst server - you can get this values from %ENV The plugin give you availablity to get value from enviroment with one method get_env_value

METHODS

get_env_value

Getter for value from environment Input param:

c<name>

If scalar - name to get value from environment If array ref - array ref to get value from environment

AUTHOR

 PLCGI C<plcgi1 (-) gmail.com>

LICENSE

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 65:

'=item' outside of any '=over'

Around line 70:

You forgot a '=back' before '=head1'