summaryrefslogtreecommitdiff
path: root/lib/Apache/Config/Preproc/ifdefine.pm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-04-01 16:10:26 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-04-01 16:10:26 +0300
commitb67696484e84bcb13fa9c976effc19ada46ce12c (patch)
tree283466f3e9e1136a68eeb16bb1a7e2b8c6ae6ec2 /lib/Apache/Config/Preproc/ifdefine.pm
parent5de45a20199112755eecad1ef23a028c65b48f51 (diff)
downloadacpp-b67696484e84bcb13fa9c976effc19ada46ce12c.tar.gz
acpp-b67696484e84bcb13fa9c976effc19ada46ce12c.tar.bz2
Minor change
Diffstat (limited to 'lib/Apache/Config/Preproc/ifdefine.pm')
-rw-r--r--lib/Apache/Config/Preproc/ifdefine.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Apache/Config/Preproc/ifdefine.pm b/lib/Apache/Config/Preproc/ifdefine.pm
index 3ca925b..833097d 100644
--- a/lib/Apache/Config/Preproc/ifdefine.pm
+++ b/lib/Apache/Config/Preproc/ifdefine.pm
@@ -8,7 +8,7 @@ our $VERSION = '1.03';
sub new {
my ($class, $conf) = @_;
- my $self = bless $class->SUPER::new($conf), $class;
+ my $self = $class->SUPER::new($conf);
@{$self->{D}}{@_} = (1) x @_;
return $self;
}

Return to:

Send suggestions and report system problems to the System administrator.