XAO-Base
view release on metacpan or search on metacpan
lib/XAO/DO/Config.pm view on Meta::CPAN
fs => $fsconfig);
# Now we have web and fs methods on the config itself:
#
my $cgi=$config->cgi;
my $odb=$config->odb;
=head1 DESCRIPTION
This object provides storage for project specific configuration
variables and clipboard mechanism.
It can ``embed'' other configuration objects that describe specific
parts of the system -- such as database, web or something else. This is
done by using method embed() -- see below.
=head1 METHODS
XAO::DO::Config provides the following methods:
=over
( run in 2.735 seconds using v1.01-cache-2.11-cpan-81fc1098f69 )