diff options
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r-- | perl-install/pkgs.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index ff7f7506f..0dfc07b6f 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -451,6 +451,7 @@ sub read_rpmsrate { my $line_nb = 0; my $fatal_error; my (@l); + local $_; while (<$f>) { $line_nb++; /\t/ and die "tabulations not allowed at line $line_nb\n"; |