NAME
BenchmarkAnything::Config - Read BenchmarkAnything configfile
new
Instantiate a new object.
cfgfile
Path to config file. If not provided it uses env variable
BENCHMARKANYTHING_CONFIGFILE
or$home/.benchmarkanything.cfg
.
_read_config
Internal function.
Reads the config file; either from given file name, or env variable BENCHMARKANYTHING_CONFIGFILE
or $HOME/.benchmarkanything.cfg
.
Returns the object to allow chained method calls.
AUTHOR
Steffen Schwigon <ss5@renormalist.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Steffen Schwigon.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.