0.04
[gitmo/MRO-Compat.git] / ChangeLog
CommitLineData
cfd77a25 1Revision history for Perl extension MRO::Compat.
4c4e4170 2
81350029 30.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
cbb1ce9a 90.03 - Mon Jun 4, 2007
10 - Bumped C3 requirements
11 - Loads mro.pm on 5.9.5+
12
a9edfcb9 130.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
221173f0 210.01_01 - Fri May 11, 2007
22 - Initial dev release