summaryrefslogtreecommitdiff
path: root/lib/Config/Tree/Node/Value.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Config/Tree/Node/Value.pm')
-rw-r--r--lib/Config/Tree/Node/Value.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Config/Tree/Node/Value.pm b/lib/Config/Tree/Node/Value.pm
index ee14159..c46a139 100644
--- a/lib/Config/Tree/Node/Value.pm
+++ b/lib/Config/Tree/Node/Value.pm
@@ -31,4 +31,9 @@ sub value {
sub is_leaf { 1 };
+sub as_string {
+ my $self = shift;
+ return $self->value
+}
+
1;

Return to:

Send suggestions and report system problems to the System administrator.