Subject: | A bit too trigger-happy with reporting File::Glob |
(actually it's broken in 0.72 but rt doesn't provide this option)
The following syntagm caused a false positive for a dependency on
File::Glob:
for (i=0; i<serial_asn1->length; i++)
My guess is that line 672 of ScanDeps.pm should be changed to verify that
the thing between the angle brackets actually contains wildcards (e.g.
"*" or "?").