[ABE.pm] YAML module?

Ricardo SIGNES rjbs-perl-abe at lists.manxome.org
Tue Jul 10 14:41:28 PDT 2007


* "Faber J. Fedor" <faber at linuxnj.com> [2007-07-10T17:18:50]
> If I want to store some config data in YAML format, which module do I
> use?  The YAML module says that it's buggy and I couldn't find a
> YAML::Lite.

YAML::Syck or YAML::LibYAML.

YAML::Syck is more mature, YAML::LibYAML should be more correct.

If you're just using a very simple subset of YAML, YAML::Tiny is as a start
fine.

> I think I just want the Load and maybe the Dump feature; seems silly to
> load two modules for a function each though.

What ever suggests using two different modules?

-- 
rjbs


More information about the ABE-pm mailing list