Merge 'trunk' into 'Class-C3-PurePerl'
[gitmo/Class-C3.git] / README
CommitLineData
e86d671c 1Class::C3 version 0.15_01
95bebf8c 2===========================
3
4INSTALLATION
5
6To install this module type the following:
7
8 perl Makefile.PL
9 make
10 make test
11 make install
12
13DEPENDENCIES
14
15This module requires these other modules and libraries:
16
620971c3 17 Algorithm::C3 0.06
18 Scalar::Util 1.10
95bebf8c 19
0a4d4e25 20Additionally, this module will optionally take advantage of
21these if installed:
22
ff5d5837 23 Class::C3::XS 0.01_06
0a4d4e25 24
f29041c4 25SPECIAL NOTE FOR 0.15_05
663e8dcc 26
f29041c4 27To try this with the new perl core c3 support,
ff5d5837 28download the most recent copy perl-current:
663e8dcc 29
ff5d5837 30http://mirrors.develooper.com/perl/APC/perl-current-snap/
663e8dcc 31
663e8dcc 32sh Configure -Dusedevel -Dprefix=/where/I/want/it -d -e && make && make test && make install
33
f29041c4 34then try your C3-using software against this perl + Class::C3 0.15_05.
663e8dcc 35
95bebf8c 36COPYRIGHT AND LICENCE
37
08c29211 38Copyright (C) 2005, 2006 Infinity Interactive, Inc.
95bebf8c 39
40http://www.iinteractive.com
41
42This library is free software; you can redistribute it and/or modify
43it under the same terms as Perl itself.
44