summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Config/AST.pm7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/Config/AST.pm b/lib/Config/AST.pm
index c357cdc..98eb80f 100644
--- a/lib/Config/AST.pm
+++ b/lib/Config/AST.pm
@@ -38,7 +38,7 @@ Config::AST - abstract syntax tree for configuration files
=head1 SYNOPSIS
- my $cfg = new Config::AST($filename, %opts);
+ my $cfg = new Config::AST(%opts);
$cfg->parse() or die;
$cfg->commit() or die;
@@ -144,10 +144,9 @@ the path of the C<filemode> statement is C<qw(core filemode)>.
=head1 CONSTRUCTOR
- $cfg = new Config::AST($filename, %opts);
+ $cfg = new Config::AST(%opts);
-Creates new configuration object for file B<$filename>. Valid
-options are:
+Creates new configuration parser object. Valid options are:
=over 4

Return to:

Send suggestions and report system problems to the System administrator.