Gitignoring
[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
5
f45af298 60.11 - Wed May 27, 2009
7 - Fix misspelled docs for get_isarev. Closes RT#46401.
8 - Bump optional prereq on Class::C3 to 0.20.
9
55bfe05b 100.10 - Wed Mar 25, 2009
11 - Remove the fake Build.PL. Module::Install doesn't support that anymore.
12 (Florian Ragwitz)
13 - Remove auto_install from Makefile.PL. Its use is strongly discouraged.
14 (Closes RT#44542) (Simon Betrang)
15
c80e00b4 160.09 - Thu Jun 5, 2008
17 - No change from 0.08_01
18
190.08_01 - Mon Jun 2, 2008
fd0bf490 20 - Add fixup (and new tests) for RT#36256
21
075fa6f6 220.07 - Tue May 20, 2008
23 - Add explicit dependency on perl 5.6.0 or higher
24 in Makefile.PL + META.yml
25
8ea859d6 260.06_01 - Mon May 19, 2008
27 - Fix for false classnames in mro::get_isarev, I guess
28 I missed an instance during the 0.04 fixes.
29 (reported by Daniel Austin)
30
b3954bc8 310.05 - Sun Sept 9, 2007
32 - Fix for RT#28661 (ill-formated %INC filenames aren't nice)
33
81350029 340.04 - Wed July 18, 2007
35 - Removed doc warning now that 5.9.5 is out
36 - Stopped the code from assuming valid classnames
37 are true in boolean context
38 - Misc small tweaks
39
cbb1ce9a 400.03 - Mon Jun 4, 2007
41 - Bumped C3 requirements
42 - Loads mro.pm on 5.9.5+
43
a9edfcb9 440.02 - Sat May 12, 2007
45 - Added mro::get_pkg_gen (which optionally works
46 even faster with Class::C3::XS 0.04) in
47 anticipation of it being added to 5.9.5
48 - Changed mro::get_isarev to return arrayref in
49 anticipation of that change in 5.9.5
50 - Bumped requirements, added more docs
51
221173f0 520.01_01 - Fri May 11, 2007
53 - Initial dev release