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