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