| Gantry documentation | Contained in the Gantry distribution. |
Gantry::Conf::Provider::ParamBuilder - Configure via ModPerl::ParamBuilder
Gantry(3), Gantry::Conf(3), Gantry::Conf::Tutorial(3), Ganty::Conf::FAQ(3), ModPerl::ParamBuilder(3)
Frank Wiles <frank@revsys.com>
Copyright (c) 2006, Revolution Systems, LLC.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.
| Gantry documentation | Contained in the Gantry distribution. |
package Gantry::Conf::Provider::ParamBuilder; ##################################################################### # # Name : Gantry::Conf::Provider::ParamBuilder; # Author : Frank Wiles <frank@revsys.com> # ##################################################################### use strict; use warnings; 1; __END__