repository migrated to https://github.com/moose/MRO-Compat
[gitmo/MRO-Compat.git] / ChangeLog
CommitLineData
cfd77a25 1Revision history for Perl extension MRO::Compat.
4c4e4170 2
d27c8de0 3 - repository migrated to the github moose organization
4
385554b5 50.12 - Tue Dec 4, 2012
13884c4c 6 - Bump Class::C3 dependency on 5.8 which in turn will automatically
7 install Class::C3::XS if possible
78e400de 8 - Fix nonfunctional SYNOPSIS (RT#78325)
13884c4c 9
f45af298 100.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
55bfe05b 140.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
c80e00b4 200.09 - Thu Jun 5, 2008
21 - No change from 0.08_01
22
230.08_01 - Mon Jun 2, 2008
fd0bf490 24 - Add fixup (and new tests) for RT#36256
25
075fa6f6 260.07 - Tue May 20, 2008
27 - Add explicit dependency on perl 5.6.0 or higher
28 in Makefile.PL + META.yml
29
8ea859d6 300.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
b3954bc8 350.05 - Sun Sept 9, 2007
36 - Fix for RT#28661 (ill-formated %INC filenames aren't nice)
37
81350029 380.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
cbb1ce9a 440.03 - Mon Jun 4, 2007
45 - Bumped C3 requirements
46 - Loads mro.pm on 5.9.5+
47
a9edfcb9 480.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
221173f0 560.01_01 - Fri May 11, 2007
57 - Initial dev release