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)
committerHenri-Damien LAURENT <henridamien@koha-fr.org>
Tue, 27 Jan 2009 11:19:40 +0000 (12:19 +0100)
commit8155f039e6ab6d52df8795eae5d30a6d06a6d5b1
treedd8318eb5d051ff2094356ee04f2d96cba89ea9d
parent015e2c03fe8a8ae93126f95b822b30afab3e2ac2
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