From 055be0691a2816b8a73911d51585408c9073bf9d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 3 Jan 2006 14:46:22 +0000 Subject: fix documentation typo --- perl-install/wizards.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/wizards.pm') 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 -- cgit v1.2.1