Subject: | Handle failure to open files gracefully at line 626 |
The call to $parser->parse_file($filename) can cause the whole thing to
die if the file cannot be opened. This should be handled gracefully by
warning that a file couldn't be opened, and then continuing with any
remaining files.