remove Build.PL from dist, release 0.17
[gitmo/Class-C3.git] / README
CommitLineData
c5785624 1Class::C3 version 0.17
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
9ecc7ab5 23 perl 5.9.5
c5785624 24 Class::C3::XS 0.03
663e8dcc 25
95bebf8c 26COPYRIGHT AND LICENCE
27
08c29211 28Copyright (C) 2005, 2006 Infinity Interactive, Inc.
95bebf8c 29
30http://www.iinteractive.com
31
32This library is free software; you can redistribute it and/or modify
33it under the same terms as Perl itself.
34