0.09
[gitmo/MRO-Compat.git] / ChangeLog
CommitLineData
cfd77a25 1Revision history for Perl extension MRO::Compat.
4c4e4170 2
c80e00b4 30.09 - Thu Jun 5, 2008
4 - No change from 0.08_01
5
60.08_01 - Mon Jun 2, 2008
fd0bf490 7 - Add fixup (and new tests) for RT#36256
8
075fa6f6 90.07 - Tue May 20, 2008
10 - Add explicit dependency on perl 5.6.0 or higher
11 in Makefile.PL + META.yml
12
8ea859d6 130.06_01 - Mon May 19, 2008
14 - Fix for false classnames in mro::get_isarev, I guess
15 I missed an instance during the 0.04 fixes.
16 (reported by Daniel Austin)
17
b3954bc8 180.05 - Sun Sept 9, 2007
19 - Fix for RT#28661 (ill-formated %INC filenames aren't nice)
20
81350029 210.04 - Wed July 18, 2007
22 - Removed doc warning now that 5.9.5 is out
23 - Stopped the code from assuming valid classnames
24 are true in boolean context
25 - Misc small tweaks
26
cbb1ce9a 270.03 - Mon Jun 4, 2007
28 - Bumped C3 requirements
29 - Loads mro.pm on 5.9.5+
30
a9edfcb9 310.02 - Sat May 12, 2007
32 - Added mro::get_pkg_gen (which optionally works
33 even faster with Class::C3::XS 0.04) in
34 anticipation of it being added to 5.9.5
35 - Changed mro::get_isarev to return arrayref in
36 anticipation of that change in 5.9.5
37 - Bumped requirements, added more docs
38
221173f0 390.01_01 - Fri May 11, 2007
40 - Initial dev release