aboutsummaryrefslogtreecommitdiff
path: root/lib/Config/Parser/Ini.pm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2018-07-10 14:27:07 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2018-07-10 14:27:07 +0200
commitef4bb8963e1a89da2b62274758361617f5384ce3 (patch)
tree46c7d15cdf08bfd569d7ae6b2910bf361ec37a08 /lib/Config/Parser/Ini.pm
parentdb3dbb29a2ad58ef2f43d3f9d250e7f90aeaf278 (diff)
downloadconfig-parser-ef4bb8963e1a89da2b62274758361617f5384ce3.tar.gz
config-parser-ef4bb8963e1a89da2b62274758361617f5384ce3.tar.bz2
Switch to Config::AST
Diffstat (limited to 'lib/Config/Parser/Ini.pm')
-rw-r--r--lib/Config/Parser/Ini.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Config/Parser/Ini.pm b/lib/Config/Parser/Ini.pm
index 3b39a16..0ea632c 100644
--- a/lib/Config/Parser/Ini.pm
+++ b/lib/Config/Parser/Ini.pm
@@ -62,7 +62,7 @@ sub _readconfig {
} else {
$include = 0;
$self->add_node(\@path,
- new Config::Tree::Node::Section(locus => $locus));
+ new Config::AST::Node::Section(locus => $locus));
}
} elsif (/([\w_-]+)\s*=\s*(.*)/) {
my ($k, $v) = ($1, $2);

Return to:

Send suggestions and report system problems to the System administrator.