Skip to content

Perl module to access site-local configuration data

Notifications You must be signed in to change notification settings

NDPF/Site-Configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Site-Configuration

This is an experimental package to help Grid sites configure their systems more
easily. It currently reads configuration files in INI format and makes the data
therein available through tied hashes. The only extra functionality right now
is easy access to VO specific parameters.

This is still in the experimental stages and interfaces may change often and
without notification and/or backward compatibility. Be warned!

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Site::Configuration


LICENSE AND COPYRIGHT

Copyright (C) 2012 Stichting FOM

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    L<http://www.apache.org/licenses/LICENSE-2.0>

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Perl module to access site-local configuration data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages