NAME
   XML::Quick - Generate XML from hashes (and other data)

SYNOPSIS
       use XML::Quick;

       $xml = xml($data);

       $xml = xml($data, { ... });

DESCRIPTION
   This module generates XML from Perl data (typically a hash). It tries
   hard to produce something sane no matter what you pass it. It probably
   fails.

INSTALL
       perl Build.PL
       ./Build
       ./Build test
       ./Build install

DEPENDENCIES
   Requires Scalar::Util

AUTHOR
   Robert Norris <[email protected]>

COPYRIGHT
   Copyright (c) 2005-2006 Monash University

   Copyright (c) 2008-2010 Robert Norris

   This program is free software; you can redistribute it and/or modify it
   under the terms of the Artistic License v2.