|
NAMEUbic::Settings - ubic settingsVERSIONversion 1.58SYNOPSISmy $service_dir = Ubic::Settings->service_dir; my $data_dir = Ubic::Settings->data_dir; my $default_user = Ubic::Settings->default_user; Ubic::Settings->data_dir($new_dir); DESCRIPTIONThis module can be used to get common ubic settings: service_dir, data_dir and default_user.Note that these settings are global and used by ubic core. Services don't have to use data_dir to store their data, for example; they can use any dir they want. Settings are determined in the following order (from the most priority to the least):
METHODSIf any of setting methods is called with new value, this value will be applied for current process only.They also will be propagated to future child processes via environment variables.
AUTHORVyacheslav Matyukhin <mmcleric@yandex-team.ru>COPYRIGHT AND LICENSEThis software is copyright (c) 2015 by Yandex LLC.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Visit the GSP FreeBSD Man Page Interface. |