ChangeLog
[gitmo/MRO-Compat.git] / ChangeLog
CommitLineData
cfd77a25 1Revision history for Perl extension MRO::Compat.
4c4e4170 2
8ea859d6 30.06_01 - Mon May 19, 2008
4 - Fix for false classnames in mro::get_isarev, I guess
5 I missed an instance during the 0.04 fixes.
6 (reported by Daniel Austin)
7
b3954bc8 80.05 - Sun Sept 9, 2007
9 - Fix for RT#28661 (ill-formated %INC filenames aren't nice)
10
81350029 110.04 - Wed July 18, 2007
12 - Removed doc warning now that 5.9.5 is out
13 - Stopped the code from assuming valid classnames
14 are true in boolean context
15 - Misc small tweaks
16
cbb1ce9a 170.03 - Mon Jun 4, 2007
18 - Bumped C3 requirements
19 - Loads mro.pm on 5.9.5+
20
a9edfcb9 210.02 - Sat May 12, 2007
22 - Added mro::get_pkg_gen (which optionally works
23 even faster with Class::C3::XS 0.04) in
24 anticipation of it being added to 5.9.5
25 - Changed mro::get_isarev to return arrayref in
26 anticipation of that change in 5.9.5
27 - Bumped requirements, added more docs
28
221173f0 290.01_01 - Fri May 11, 2007
30 - Initial dev release