load mro.pm under 5.9.5+, since next::method, etc will have to move there
[gitmo/MRO-Compat.git] / README
1 MRO::Compat version 0.02
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    Requires Class::C3 0.18 for runtime
17    Recommends Class::C3::XS 0.04 for runtime
18
19 COPYRIGHT AND LICENCE
20
21 Copyright (C) 2007 Brandon L Black <blblack@gmail.com>
22
23 This library is free software; you can redistribute it and/or modify
24 it under the same terms as Perl itself. 
25