summaryrefslogtreecommitdiff
path: root/lib/Config/AST.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Config/AST.pm')
-rw-r--r--lib/Config/AST.pm9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/Config/AST.pm b/lib/Config/AST.pm
index 98eb80f..d9548f8 100644
--- a/lib/Config/AST.pm
+++ b/lib/Config/AST.pm
@@ -1,5 +1,5 @@
# Configuration file parser -*- perl -*-
-# Copyright (C) 2017, 2018 Sergey Poznyakoff <gray@gnu.org>
+# Copyright (C) 2017-2019 Sergey Poznyakoff <gray@gnu.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -60,6 +60,9 @@ configuration file format. Instead, it provides an API that can be used by
parsers to build internal representation for the particular configuration file
format.
+See B<Config::Parser> module for an implementation of a parser based on
+this module.
+
A configuration file in general is supposed to consist of statements of two
kinds: simple statements and sections. A simple statement declares or sets
a configuration parameter. Examples of simple statements are:
@@ -1162,7 +1165,9 @@ sub lint {
=head1 SEE ALSO
B<Config::AST::Node>.
-
+
+B<Config::Parser>.
+
=cut
1;

Return to:

Send suggestions and report system problems to the System administrator.