diff options
author | Olivier Blin <oblin@mandriva.org> | 2006-01-03 14:46:22 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2006-01-03 14:46:22 +0000 |
commit | 055be0691a2816b8a73911d51585408c9073bf9d (patch) | |
tree | 0f10719d9d54eea9c51f87baf7852732ee754250 /perl-install | |
parent | dd9fedcf2e4d9e13e27f6bc033f706e0f7f09f2e (diff) | |
download | drakx-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')
-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 |