summaryrefslogtreecommitdiff
path: root/lib/Config/Tree.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Config/Tree.pm')
-rw-r--r--lib/Config/Tree.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Config/Tree.pm b/lib/Config/Tree.pm
index e379efa..45b934b 100644
--- a/lib/Config/Tree.pm
+++ b/lib/Config/Tree.pm
@@ -502,6 +502,11 @@ sub tree {
return $self->{_tree} //= new Config::Tree::Node::Section(locus => new Config::Tree::Locus);
}
+sub subtree {
+ my $self = shift;
+ return $self->tree->subtree(@_);
+}
+
sub _get_section_synt {
my ($self, $kw, $name) = @_;

Return to:

Send suggestions and report system problems to the System administrator.