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