Maybe not a critical fix but the patch opens files with:

open(SOURCE, "< $file")

where is should actually use:

open(SOURCE, '<', $file)

--Amos

Reply via email to