summaryrefslogtreecommitdiffstats
path: root/perl-install/wizards.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/wizards.pm')
-rw-r--r--perl-install/wizards.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/wizards.pm b/perl-install/wizards.pm
index 2a8e282c7..b57910edd 100644
--- a/perl-install/wizards.pm
+++ b/perl-install/wizards.pm
@@ -54,7 +54,7 @@ wizards - a layer on top of interactive that ensure proper stepping
},
};
- my $w => wizards->new
+ my $w = wizards->new;
$w->process($wiz, $in);
=head1 DESCRIPTION