0.15_01 final changes (includes final patch, works with normal and patched perls)
[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
663e8dcc 20SPECIAL NOTE FOR 0.15_01
21
22To try this with the experimental perl core c3 patch,
23download a recent copy perl-current:
24
25http://mirrors.develooper.com/perl/APC/perl-current-snap/perl-current@30943.tar.bz2
26
27apply the enclosed c3.patch, and install this perl:
28
29sh Configure -Dusedevel -Dprefix=/where/I/want/it -d -e && make && make test && make install
30
31then try your C3-using software against this perl + Class::C3 0.15_01.
32
95bebf8c 33COPYRIGHT AND LICENCE
34
08c29211 35Copyright (C) 2005, 2006 Infinity Interactive, Inc.
95bebf8c 36
37http://www.iinteractive.com
38
39This library is free software; you can redistribute it and/or modify
40it under the same terms as Perl itself.
41