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
@@ -1,12 +1,14 @@
package Apache::Config::Preproc::macro;
use strict;
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
croak "bad number of arguments: @_" if @_ % 2;
local %_ = @_;
my $v;

Return to:

Send suggestions and report system problems to the System administrator.