Alex Hornby wrote: > In DBD/File.pm which ships as part of DBD::CSV there is an opendir > without a closedir, which results in a file descriptor leak. I believe you and will release a new version today. However, if you are right, the problem is more suspicious to be a bug in Perl, because the variable $dirh is lexically scoped, thus the closedir should be done automatically as soon as the table_info method is left. Yours, Jochen
- PATCH: file desciptor leak in DBD::CSV Alex Hornby
- Jochen Wiedmann
