fix a test on 5.9.5, and release 0.01_01
[gitmo/MRO-Compat.git] / README
1 MRO::Compat 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 COPYRIGHT AND LICENCE
18
19 Copyright (C) 2007 Brandon L Black <blblack@gmail.com>
20
21 This library is free software; you can redistribute it and/or modify
22 it under the same terms as Perl itself. 
23