Config Maker 0.6.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Config Maker 0.6.2 (Default branch)
# 1  
Old 07-03-2008
Config Maker 0.6.2 (Default branch)

Config Maker is a tool to automatically create C++ classes that parse configuration files. Only a few lines of text that describe the possible entries in the configuration file are needed, and the complete class will be generated ready for use. License: GNU General Public License (GPL) Changes:
It is no longer necessary to set CFMINC_DIR. Instead, the .inc files can be placed in /etc/cfmake .Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
App::ClusterSSH::Config(3pm)				User Contributed Perl Documentation			      App::ClusterSSH::Config(3pm)

NAME
ClusterSSH::Config - Object representing application configuration SYNOPSIS
DESCRIPTION
Object representing application configuration METHODS
$host=ClusterSSH::Config->new ({ }) Create a new configuration object. $config->parse_config_file('<filename>'); Read in configuration from given filename $config->validate_args(); Validate and apply all configuration loaded at this point $path = $config->find_binary('<name>'); Locate the binary <name> and return the full path. Doesn't just search $PATH in case the environment isn't set up correctly $config->load_configs(@extra); Load up configuration from known locations (warn if .csshrc file found) and load in option files as necessary. $config->write_user_config_file(); Write out default $HOME/.clusterssh/config file (before option config files are loaded). $config->dump() Write currently defined configuration to STDOUT AUTHOR
Duncan Ferguson, "<duncan_j_ferguson at yahoo.co.uk>" LICENSE AND COPYRIGHT
Copyright 1999-2010 Duncan Ferguson. This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See http://dev.perl.org/licenses/ for more information. perl v5.14.2 2012-06-24 App::ClusterSSH::Config(3pm)