XML::ComicsML
--------------

This perl module helps you create, parse, and write documents
conforming to ComicsML, an experimental, XML-based markup language for
digital comics.

The API should be considered pre-beta; some of the finer details might
receive some tightening up.

In a nutshell, ComicsML attempts to give online comics a way to
describe their own content, and in so doing expand their visibility,
flexibility, and accessibility in a number of ways.

You can learn a lot more about ComicsML, including ways to become
involved in its development, at the ComicsML resource page:

http://www.jmac.org/projects/comics_ml/

COPYRIGHT
---------
Copyright (c) 2001 by Jason McIntosh

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

PREREQUISITES
-------------
XML::Parser
XML::Writer

All of the above are available from CPAN.

HOW TO BUILD
------------
perl Makefile.PL
make
make test

HOW TO INSTALL
--------------
make install

CHANGES SINCE THE LAST VERSION
------------------------------
This is the first public release of this module.
