The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# $File: //member/autrijus/RDF-YAML/README $ $Author: autrijus $
# $Revision: #1 $ $Change: 8523 $ $DateTime: 2003/10/22 04:14:34 $

This is the README file for RDF::YAML, a module for parsing and dumping
RDF/YAML files.

Please type "perldoc RDF::YAML" after installation to see
the module usage information.

* Installation

RDF::YAML uses the standard perl module install process:

cpansign -v		# see SIGNATURE for details
perl Makefile.PL
make			# or 'nmake' on Win32; see notes below
make test
make install

* Copyright

Copyright 2003 by Autrijus Tang <autrijus@autrijus.org>.

All rights reserved.  You can redistribute and/or modify
this bundle under the same terms as Perl itself.

See <http://www.perl.com/perl/misc/Artistic.html>.