Version 0.10.
[gitmo/MRO-Compat.git] / ChangeLog
CommitLineData
cfd77a25 1Revision history for Perl extension MRO::Compat.
4c4e4170 2
55bfe05b 30.10 - Wed Mar 25, 2009
4 - Remove the fake Build.PL. Module::Install doesn't support that anymore.
5 (Florian Ragwitz)
6 - Remove auto_install from Makefile.PL. Its use is strongly discouraged.
7 (Closes RT#44542) (Simon Betrang)
8
c80e00b4 90.09 - Thu Jun 5, 2008
10 - No change from 0.08_01
11
120.08_01 - Mon Jun 2, 2008
fd0bf490 13 - Add fixup (and new tests) for RT#36256
14
075fa6f6 150.07 - Tue May 20, 2008
16 - Add explicit dependency on perl 5.6.0 or higher
17 in Makefile.PL + META.yml
18
8ea859d6 190.06_01 - Mon May 19, 2008
20 - Fix for false classnames in mro::get_isarev, I guess
21 I missed an instance during the 0.04 fixes.
22 (reported by Daniel Austin)
23
b3954bc8 240.05 - Sun Sept 9, 2007
25 - Fix for RT#28661 (ill-formated %INC filenames aren't nice)
26
81350029 270.04 - Wed July 18, 2007
28 - Removed doc warning now that 5.9.5 is out
29 - Stopped the code from assuming valid classnames
30 are true in boolean context
31 - Misc small tweaks
32
cbb1ce9a 330.03 - Mon Jun 4, 2007
34 - Bumped C3 requirements
35 - Loads mro.pm on 5.9.5+
36
a9edfcb9 370.02 - Sat May 12, 2007
38 - Added mro::get_pkg_gen (which optionally works
39 even faster with Class::C3::XS 0.04) in
40 anticipation of it being added to 5.9.5
41 - Changed mro::get_isarev to return arrayref in
42 anticipation of that change in 5.9.5
43 - Bumped requirements, added more docs
44
221173f0 450.01_01 - Fri May 11, 2007
46 - Initial dev release