From bfd84f6e2df1b083c8d95f6f8a84ede73d36dfea Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 11 Nov 2002 19:11:59 +0000 Subject: add or remove spaces where need to please perl_checker --- perl-install/ftp.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/ftp.pm') diff --git a/perl-install/ftp.pm b/perl-install/ftp.pm index c84ce66a6..f9a046e2d 100644 --- a/perl-install/ftp.pm +++ b/perl-install/ftp.pm @@ -44,7 +44,7 @@ sub new { my @l = ($ftp, \ (my $retr = undef)); $hosts{"$host$prefix"} = \@l; @l; - }}; + } }; wantarray ? @l : $l[0]; } -- cgit v1.2.1