c69dc9d17e1eaa04c717d632736c9db773ddc4eb
[gitmo/MRO-Compat.git] / ChangeLog
1 Revision history for Perl extension MRO::Compat.
2
3 0.04 - Wed July 18, 2007
4     - Removed doc warning now that 5.9.5 is out
5     - Stopped the code from assuming valid classnames
6       are true in boolean context
7     - Misc small tweaks
8
9 0.03 - Mon Jun 4, 2007
10     - Bumped C3 requirements
11     - Loads mro.pm on 5.9.5+
12
13 0.02 - Sat May 12, 2007
14     - Added mro::get_pkg_gen (which optionally works
15       even faster with Class::C3::XS 0.04) in
16       anticipation of it being added to 5.9.5
17     - Changed mro::get_isarev to return arrayref in
18       anticipation of that change in 5.9.5
19     - Bumped requirements, added more docs
20
21 0.01_01 - Fri May 11, 2007
22     - Initial dev release