diff options
-rw-r--r-- | perl-install/wizards.pm | 2 |
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 |