fixed "too many opened files" error during translation
authorMarc Chantreux <marc.chantreux@biblibre.com>
Fri, 12 Dec 2008 17:13:14 +0000 (18:13 +0100)
committerGalen Charlton <galen.charlton@liblime.com>
Wed, 17 Dec 2008 15:00:09 +0000 (09:00 -0600)
commit01cb36effe4f57881bc8990f8e10b43dda76d760
tree66acd7301858cb0732e8742f62237cd06ba13196
parentf74d63a1e5d316d47284087a2576cf4fc0541669
fixed "too many opened files" error during translation

The problem was that the TmplTokenizer create global symbols to store file
handlers so the objects aren't destroyed by the garbage collector.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
misc/translator/TmplTokenizer.pm