Version 0.11.
[gitmo/MRO-Compat.git] / ChangeLog
1 Revision history for Perl extension MRO::Compat.
2
3 0.11 - Wed May 27, 2009
4     - Fix misspelled docs for get_isarev. Closes RT#46401.
5     - Bump optional prereq on Class::C3 to 0.20.
6
7 0.10 - Wed Mar 25, 2009
8     - Remove the fake Build.PL. Module::Install doesn't support that anymore.
9       (Florian Ragwitz)
10     - Remove auto_install from Makefile.PL. Its use is strongly discouraged.
11       (Closes RT#44542) (Simon Betrang)
12
13 0.09 - Thu Jun 5, 2008
14     - No change from 0.08_01
15
16 0.08_01 - Mon Jun 2, 2008
17     - Add fixup (and new tests) for RT#36256
18
19 0.07 - Tue May 20, 2008
20     - Add explicit dependency on perl 5.6.0 or higher
21       in Makefile.PL + META.yml
22
23 0.06_01 - Mon May 19, 2008
24     - Fix for false classnames in mro::get_isarev, I guess
25       I missed an instance during the 0.04 fixes.
26       (reported by Daniel Austin)
27
28 0.05 - Sun Sept 9, 2007
29     - Fix for RT#28661 (ill-formated %INC filenames aren't nice)
30
31 0.04 - Wed July 18, 2007
32     - Removed doc warning now that 5.9.5 is out
33     - Stopped the code from assuming valid classnames
34       are true in boolean context
35     - Misc small tweaks
36
37 0.03 - Mon Jun 4, 2007
38     - Bumped C3 requirements
39     - Loads mro.pm on 5.9.5+
40
41 0.02 - Sat May 12, 2007
42     - Added mro::get_pkg_gen (which optionally works
43       even faster with Class::C3::XS 0.04) in
44       anticipation of it being added to 5.9.5
45     - Changed mro::get_isarev to return arrayref in
46       anticipation of that change in 5.9.5
47     - Bumped requirements, added more docs
48
49 0.01_01 - Fri May 11, 2007
50     - Initial dev release