basic stuff, docs, no implementation yet
[gitmo/MRO-Compat.git] / README
1 mro version 0.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    Requires Test::More 0.47 to test
16
17 IMPORTANT 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
23 COPYRIGHT AND LICENCE
24
25 Copyright (C) 2007 Brandon L Black <blblack@gmail.com>
26
27 This library is free software; you can redistribute it and/or modify
28 it under the same terms as Perl itself. 
29