got rid of PurePerl in classnames, fixed up a few other things, possible alpha releas...
[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
20COPYRIGHT AND LICENCE
21
08c29211 22Copyright (C) 2005, 2006 Infinity Interactive, Inc.
95bebf8c 23
24http://www.iinteractive.com
25
26This library is free software; you can redistribute it and/or modify
27it under the same terms as Perl itself.
28