fix really stupid bug wrt defined package names that are false
[gitmo/MRO-Compat.git] / ChangeLog
1 Revision history for Perl extension MRO::Compat.
2
3 0.05 - Sun Sept 9, 2007
4     - Fix for RT#28661 (ill-formated %INC filenames aren't nice)
5
6 0.04 - Wed July 18, 2007
7     - Removed doc warning now that 5.9.5 is out
8     - Stopped the code from assuming valid classnames
9       are true in boolean context
10     - Misc small tweaks
11
12 0.03 - Mon Jun 4, 2007
13     - Bumped C3 requirements
14     - Loads mro.pm on 5.9.5+
15
16 0.02 - Sat May 12, 2007
17     - Added mro::get_pkg_gen (which optionally works
18       even faster with Class::C3::XS 0.04) in
19       anticipation of it being added to 5.9.5
20     - Changed mro::get_isarev to return arrayref in
21       anticipation of that change in 5.9.5
22     - Bumped requirements, added more docs
23
24 0.01_01 - Fri May 11, 2007
25     - Initial dev release