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

NAME

LRpt::Config - A module for managing LReport defaults and runtime parameters

DESCRIPTION

This class is a part of LRpt library. It provides a consistent interface to all run time parameters, which are needed by LReport tools

METHODS

In this sections you will find a more or less complete listing of all methods provided by the package. Note that the package itself is not public so none of those methods are guaranteed to be maintained in future (including the package itself).

new

  my $config = LRpt::Config->new( %params );

Constructor. If Config has been already initialised, does nothing. Otherwise initilizes internal structures

initialize

  $config->initialize( %params );

Decides what actual values for each parameter. Parameters values given in function paramers have priority.

get_value

  my $value = $config->get_value( $name );

Returns an actual value of a given parameter

SEE ALSO

The project is maintained on Source Forge http://lreport.sourceforge.net. You can find there links to some helpful documentation like tutorial.

AUTHORS

Piotr Kaluski <pkaluski@piotrkaluski.com>

COPYRIGHT

Copyright (c) 2004-2006 Piotr Kaluski. Poland. All rights reserved.

You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.