Ignore MYMETA files
[gitmo/MRO-Compat.git] / ChangeLog
CommitLineData
cfd77a25 1Revision history for Perl extension MRO::Compat.
4c4e4170 2
13884c4c 3 - Bump Class::C3 dependency on 5.8 which in turn will automatically
4 install Class::C3::XS if possible
78e400de 5 - Fix nonfunctional SYNOPSIS (RT#78325)
13884c4c 6
f45af298 70.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
55bfe05b 110.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
c80e00b4 170.09 - Thu Jun 5, 2008
18 - No change from 0.08_01
19
200.08_01 - Mon Jun 2, 2008
fd0bf490 21 - Add fixup (and new tests) for RT#36256
22
075fa6f6 230.07 - Tue May 20, 2008
24 - Add explicit dependency on perl 5.6.0 or higher
25 in Makefile.PL + META.yml
26
8ea859d6 270.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
b3954bc8 320.05 - Sun Sept 9, 2007
33 - Fix for RT#28661 (ill-formated %INC filenames aren't nice)
34
81350029 350.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
cbb1ce9a 410.03 - Mon Jun 4, 2007
42 - Bumped C3 requirements
43 - Loads mro.pm on 5.9.5+
44
a9edfcb9 450.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
221173f0 530.01_01 - Fri May 11, 2007
54 - Initial dev release