XML::Spice - generating XML has never been so Perly!

INSTALLATION

To install this module, run the following commands:

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

or

    perl Makefile.PL
    make
    make test
    make install

COPYRIGHT AND LICENSE

Copyright (C) 2006-2010 Robert Norris (rob@eatenbyagrue.org)

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.