Class::C3 version 0.15_01
===========================

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

	Algorithm::C3 0.06
	Scalar::Util 1.10

Additionally, this module will optionally take advantage of
these if installed:

	Class::C3::XS 0.01_06

SPECIAL NOTE FOR 0.15_04

To try this with the experimental perl core c3 patch,
download the most recent copy perl-current:

http://mirrors.develooper.com/perl/APC/perl-current-snap/

Apply the latest C3 patch from:

http://www.dtmf.com/c3-subgen.patch

Then:

sh Configure -Dusedevel -Dprefix=/where/I/want/it -d -e && make && make test && make install

then try your C3-using software against this perl + Class::C3 0.15_04.

COPYRIGHT AND LICENCE

Copyright (C) 2005, 2006 Infinity Interactive, Inc.

http://www.iinteractive.com

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

