Version 0.12
[gitmo/MRO-Compat.git] / ChangeLog
CommitLineData
cfd77a25 1Revision history for Perl extension MRO::Compat.
4c4e4170 2
385554b5 30.12 - Tue Dec 4, 2012
13884c4c 4 - Bump Class::C3 dependency on 5.8 which in turn will automatically
5 install Class::C3::XS if possible
78e400de 6 - Fix nonfunctional SYNOPSIS (RT#78325)
13884c4c 7
f45af298 80.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
55bfe05b 120.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
c80e00b4 180.09 - Thu Jun 5, 2008
19 - No change from 0.08_01
20
210.08_01 - Mon Jun 2, 2008
fd0bf490 22 - Add fixup (and new tests) for RT#36256
23
075fa6f6 240.07 - Tue May 20, 2008
25 - Add explicit dependency on perl 5.6.0 or higher
26 in Makefile.PL + META.yml
27
8ea859d6 280.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
b3954bc8 330.05 - Sun Sept 9, 2007
34 - Fix for RT#28661 (ill-formated %INC filenames aren't nice)
35
81350029 360.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
cbb1ce9a 420.03 - Mon Jun 4, 2007
43 - Bumped C3 requirements
44 - Loads mro.pm on 5.9.5+
45
a9edfcb9 460.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
221173f0 540.01_01 - Fri May 11, 2007
55 - Initial dev release