in reply to XML-ish Data::Dumper?

The difference between XML::Dumper and Data::DumpXML is that XML::Dumper outputs a much simpler structure, while Data::DumpXML's output is more strctured and more complex. If you just want to dump the config file and read it later then it makes no difference (but then why use XML?), if you want to process it using XML tools then it depends on what you want to do.

I would definitely use Data::DumpXML as it is more complete (it can output properly anything but code references) and as XML::Dumper is not maintained anymore.

As a side comment I never rely on the alpha/beta/whatever status of a module, mainly because the developer is really not the one who should assign it (but then who?):

Hence the need for moreModule Reviews on PerlMonks!