0.02, isarev arrayref, pkg_gen, ...
[gitmo/MRO-Compat.git] / README
CommitLineData
a9edfcb9 1MRO::Compat version 0.02
4c4e4170 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
a9edfcb9 16 Requires Class::C3 0.18 for runtime
17 Recommends Class::C3::XS 0.04 for runtime
4c4e4170 18
4c4e4170 19COPYRIGHT AND LICENCE
20
21Copyright (C) 2007 Brandon L Black <blblack@gmail.com>
22
23This library is free software; you can redistribute it and/or modify
24it under the same terms as Perl itself.
25