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