From 73c851144720e28b21a491b6250385170db9d752 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 24 Apr 2003 19:00:12 +0000 Subject: perl_checker adaptations + fixes --- perl-install/interactive/stdio.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/interactive/stdio.pm') diff --git a/perl-install/interactive/stdio.pm b/perl-install/interactive/stdio.pm index a37b08c8e..209310339 100644 --- a/perl-install/interactive/stdio.pm +++ b/perl-install/interactive/stdio.pm @@ -11,7 +11,7 @@ use common; $| = 1; -sub readln { +sub readln() { my $l = ; chomp $l; $l; -- cgit v1.2.1