aboutsummaryrefslogtreecommitdiff
path: root/lib/Config
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2019-08-20 16:55:16 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2019-08-20 16:55:16 +0300
commitfc1a31d9d6a356fe566e7e52a02d5da1d749fefc (patch)
tree304c9575927d0d4aa3fe5d30538f00af0c388e47 /lib/Config
parentb3d1cf2fb648f77a6ea432486ba2a8f026068f11 (diff)
downloadconfig-parser-fc1a31d9d6a356fe566e7e52a02d5da1d749fefc.tar.gz
config-parser-fc1a31d9d6a356fe566e7e52a02d5da1d749fefc.tar.bz2
Version 1.00v1.00
Diffstat (limited to 'lib/Config')
-rw-r--r--lib/Config/Parser/Ini.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Config/Parser/Ini.pm b/lib/Config/Parser/Ini.pm
index 79d231e..f8db50a 100644
--- a/lib/Config/Parser/Ini.pm
+++ b/lib/Config/Parser/Ini.pm
@@ -105,6 +105,7 @@ $cfg = new Config::Parser::Ini($filename);
$val = $cfg->get('dir', 'tmp');
print $val->value;
+
print $val->locus;
$val = $cfg->tree->Dir->Tmp;

Return to:

Send suggestions and report system problems to the System administrator.