diff options
Diffstat (limited to 'perl-install/printer.pm')
-rw-r--r-- | perl-install/printer.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/printer.pm b/perl-install/printer.pm index 3e8350d45..c414f496d 100644 --- a/perl-install/printer.pm +++ b/perl-install/printer.pm @@ -280,7 +280,8 @@ sub read_printer_db(;$) { %thedb and return; - local *DBPATH; #-don't have to do close + local $_; #- use of while (<... + local *DBPATH; #- don't have to do close ... and don't modify globals at least open DBPATH, $dbpath or die "An error has occurred on $dbpath : $!"; while (<DBPATH>) { |