summaryrefslogtreecommitdiff
path: root/lib/Apache/Config/Preproc/macro.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Apache/Config/Preproc/macro.pm')
-rw-r--r--lib/Apache/Config/Preproc/macro.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Apache/Config/Preproc/macro.pm b/lib/Apache/Config/Preproc/macro.pm
index c0538d0..c8d09a9 100644
--- a/lib/Apache/Config/Preproc/macro.pm
+++ b/lib/Apache/Config/Preproc/macro.pm
@@ -4,6 +4,8 @@ use warnings;
4use Text::ParseWords; 4use Text::ParseWords;
5use Carp; 5use Carp;
6 6
7our $VERSION = '1.01';
8
7sub new { 9sub new {
8 my $self = bless { keep => {} }, shift; 10 my $self = bless { keep => {} }, shift;
9 shift; # Skip the ref to tree root 11 shift; # Skip the ref to tree root

Return to:

Send suggestions and report system problems to the System administrator.