summaryrefslogtreecommitdiff
path: root/lib/LangFile.pm
AgeCommit message (Collapse)AuthorFilesLines
2009-10-22LangFile: Use flock()ingYorhel1-0/+6
Doesn't guarantee that all issues related to multiple processes accessing the same file at the same time, but prevents some of them.
2009-09-27Wrote LangFile module to handle lang.txt filesYorhel1-0/+139
Figured I'd need to do some automated processing on that file in the future, and considering the format was made to be easy to handle for humans (and not computers), this module will come in handy. I wrote that small POD for brainstorming the API, before typing even a single line of code.