add perl 5.6.0 dep, bump version to 0.07
[gitmo/MRO-Compat.git] / ChangeLog
CommitLineData
cfd77a25 1Revision history for Perl extension MRO::Compat.
4c4e4170 2
075fa6f6 30.07 - Tue May 20, 2008
4 - Add explicit dependency on perl 5.6.0 or higher
5 in Makefile.PL + META.yml
6
8ea859d6 70.06_01 - Mon May 19, 2008
8 - Fix for false classnames in mro::get_isarev, I guess
9 I missed an instance during the 0.04 fixes.
10 (reported by Daniel Austin)
11
b3954bc8 120.05 - Sun Sept 9, 2007
13 - Fix for RT#28661 (ill-formated %INC filenames aren't nice)
14
81350029 150.04 - Wed July 18, 2007
16 - Removed doc warning now that 5.9.5 is out
17 - Stopped the code from assuming valid classnames
18 are true in boolean context
19 - Misc small tweaks
20
cbb1ce9a 210.03 - Mon Jun 4, 2007
22 - Bumped C3 requirements
23 - Loads mro.pm on 5.9.5+
24
a9edfcb9 250.02 - Sat May 12, 2007
26 - Added mro::get_pkg_gen (which optionally works
27 even faster with Class::C3::XS 0.04) in
28 anticipation of it being added to 5.9.5
29 - Changed mro::get_isarev to return arrayref in
30 anticipation of that change in 5.9.5
31 - Bumped requirements, added more docs
32
221173f0 330.01_01 - Fri May 11, 2007
34 - Initial dev release