XML-MinWriter Version 0.04

This is a Perl extension for writing XML.

SYNOPSIS

  use XML::MinWriter;

EXAMPLES

INSTALLATION

To install this module, run the following commands:

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

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc XML::MinWriter

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=XML-MinWriter

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/XML-MinWriter

    CPAN Ratings
        http://cpanratings.perl.org/d/XML-MinWriter

    Search CPAN
        http://search.cpan.org/dist/XML-MinWriter/


COPYRIGHT AND LICENCE

Copyright (C) 2011 Klaus Eichner

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