-
-
18 Nov 2004 16:52:47 UTC
- Distribution: Rose-Conf
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (475 / 0 / 1)
- Kwalitee
Bus factor: 1- 77.28% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (10.29KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- File::Spec
- Rose::Object
- Tie::Hash
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Rose::Conf::Root - Recommended way to set the Rose file-based configuration file root directory.
SYNOPSIS
use Rose::Conf::Root '/path/to/your/conf/root'; # or... use Rose::Conf::Root; Rose::Conf::Root->conf_root('/path/to/your/conf/root');
DESCRIPTION
Rose::Conf::Root
is the recommended way to set the Rose file-based configuration module root directory. Simplyuse
the module with a single argument that specifies the path to the configuration root directory, or call theconf_root()
class method with the same argument.See the
Rose::Conf
andRose::Conf::FileBased
documentation for more information on configuration modules and the file-based configuration module root directory.CLASS METHODS
- conf_root [PATH]
-
Get or set the Rose file-base configuration module root directory. If present, the PATH argument should not end with a path separator character (e.g., "/")
AUTHOR
John C. Siracusa (siracusa@mindspring.com)
COPYRIGHT
Copyright (c) 2004 by John C. Siracusa. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Rose::Conf, copy and paste the appropriate command in to your terminal.
cpanm Rose::Conf
perl -MCPAN -e shell install Rose::Conf
For more information on module installation, please visit the detailed CPAN module installation guide.