From fc1a31d9d6a356fe566e7e52a02d5da1d749fefc Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 20 Aug 2019 16:55:16 +0300 Subject: Version 1.00 --- lib/Config/Parser/Ini.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Config/Parser') 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; -- cgit v1.2.1