Subject: | enc2xs -C needlessly scans the current directory |
As far as I can see, make_configlocal_pm() in bin/enc2xs could filter
"." (the current directory) from @INC before running File::Find::find().
Any encoding files found under "." are skipped anyway in the wanted()
function, so traversing the current directory may potentially scan the
whole file system for no benefit.
This would also mirror the find_e2x() function, which already filters
out ".".
Thanks for your work on Encode,
--
Niko Tyni
ntyni@iki.fi