summaryrefslogtreecommitdiffstats
path: root/perl-install/wizards.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2006-01-03 14:46:22 +0000
committerOlivier Blin <oblin@mandriva.org>2006-01-03 14:46:22 +0000
commit055be0691a2816b8a73911d51585408c9073bf9d (patch)
tree0f10719d9d54eea9c51f87baf7852732ee754250 /perl-install/wizards.pm
parentdd9fedcf2e4d9e13e27f6bc033f706e0f7f09f2e (diff)
downloaddrakx-055be0691a2816b8a73911d51585408c9073bf9d.tar
drakx-055be0691a2816b8a73911d51585408c9073bf9d.tar.gz
drakx-055be0691a2816b8a73911d51585408c9073bf9d.tar.bz2
drakx-055be0691a2816b8a73911d51585408c9073bf9d.tar.xz
drakx-055be0691a2816b8a73911d51585408c9073bf9d.zip
fix documentation typo
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