Revision history for Perl extension Class::Multimethods::Pure.
0.01 Sat Jul 16 04:55:28 2005
- original version; created by h2xs 1.23 with options
-b 5.6.1 -X -n Class::Multimethods::Pure
0.02 Tue Aug 2 00:00:00 2005
- internals changes: ripped out the EQUAL method by noticing that
A == B iff A (= B and B (= A
0.03 Wed Aug 3 00:05:00 2005
- added support for multis with varying numbers of invocants
0.04 Fri Aug 5 13:16:00 2005
- added multiple dispatchers support
- renamed the old default dispatcher DominatingOrder
- made a new, slow, simple dispatcher called Slow, and made it the default
because it actually works
- DominatingOrder is deprecated
- began work on a new dispatcher
0.05 Sat Aug 6 18:50:00 2005
- added the unblessed types IO, FORMAT, and Regexp
- thanks rgs