diff options
Diffstat (limited to 'perl-install/interactive/stdio.pm')
-rw-r--r-- | perl-install/interactive/stdio.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 = <STDIN>; chomp $l; $l; |