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