basic stuff, docs, no implementation yet
[gitmo/MRO-Compat.git] / README
CommitLineData
4c4e4170 1mro version 0.01
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
15 Requires Test::More 0.47 to test
16
17IMPORTANT INFORMATION
18
19 This module is only for use on Perls earlier than 5.9.5.
20 Perl version 5.9.5 and higher includes its own superior
21 implementation, with a version number greater than 1.00.
22
23COPYRIGHT AND LICENCE
24
25Copyright (C) 2007 Brandon L Black <blblack@gmail.com>
26
27This library is free software; you can redistribute it and/or modify
28it under the same terms as Perl itself.
29