Hello,
I currently maintain a module which parses logfiles according to different formats. The formats are stored in a big hash in the main .pm file. I was thinking to move the configuration out of there and in a YAML file (or other serialization format, I don't mind) and then have the module load it at initialization. Ideally, I would also wnt people to be able to add and delete entries there.
Is there some sort of "Good practice" for things like this?
thanks
Spiros