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;
use Text::ParseWords;
use Carp;
+our $VERSION = '1.01';
+
sub new {
my $self = bless { keep => {} }, shift;
shift; # Skip the ref to tree root

Return to:

Send suggestions and report system problems to the System administrator.