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