You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It used to be possible to retrieve the entirety of the configuration as a hash doing:
$conf->fetch_hashref("/");
This no longer works in libconfig 1.7.3 (hyperrealm/libconfig#196), and Conf::Libconfig has no API that translates to config_root_setting(), so you cannot get to the root and, e.g., enumerate settings you don't know.
The text was updated successfully, but these errors were encountered:
It used to be possible to retrieve the entirety of the configuration as a hash doing:
This no longer works in libconfig 1.7.3 (hyperrealm/libconfig#196), and Conf::Libconfig has no API that translates to
config_root_setting()
, so you cannot get to the root and, e.g., enumerate settings you don't know.The text was updated successfully, but these errors were encountered: