![]() |
![]()
| ![]() |
![]()
NAMEReply::Config - config loading for Reply VERSIONversion 0.42 SYNOPSISuse Reply; use Reply::Config; Reply->new(config => Reply::Config->new(file => 'something_else'))->run; DESCRIPTIONThis class abstracts out the config file loading, so that other applications can start up Reply shells using similar logic. Reply configuration is specified in an INI format - see Reply for more details. METHODSnew(%opts)Creates a new config object. Valid options are:
fileReturns the absolute path to the config file that is to be used. dataReturns the loaded configuration data. AUTHORJesse Luehrs <doy@tozt.net> COPYRIGHT AND LICENSEThis software is Copyright (c) 2016 by Jesse Luehrs. This is free software, licensed under: The MIT (X11) License
|