in reply to Re: RFC: Config::File
in thread RFC: Config::File
I'm not really sure, but I'm wondering if you're looking at this backwards.
This module only allows for loading a configuration file, not saving. Providing a filename is therefore always required.
Data::Dumper wouldn't provide any code-reuse, as all the parsing is done by perl's own do function.
I also like my code-editor providing syntax checking for the config file, unlike if the file were a YAML format.
However, I hadn't really looked at YAML before and from what I've just seen, it does look interesting. - I'll remember it's there in the future.
Thanks for your feedback.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: RFC: Config::File
by flyingmoose (Priest) on Feb 11, 2004 at 13:40 UTC |