summaryrefslogtreecommitdiff
path: root/lib/Apache/Config/Preproc/include.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Apache/Config/Preproc/include.pm')
-rw-r--r--lib/Apache/Config/Preproc/include.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Apache/Config/Preproc/include.pm b/lib/Apache/Config/Preproc/include.pm
index aa818fb..c023b2e 100644
--- a/lib/Apache/Config/Preproc/include.pm
+++ b/lib/Apache/Config/Preproc/include.pm
@@ -14,7 +14,7 @@ our $VERSION = '1.03';
sub new {
my $class = shift;
my $conf = shift;
- my $self = bless $class->SUPER::new($conf), $class;
+ my $self = $class->SUPER::new($conf);
$self->{context} = [];
local %_ = @_;
$self->{server_root} = delete $_{server_root};

Return to:

Send suggestions and report system problems to the System administrator.