Revision history for Perl extension Class::Decorator.
0.98 Tue Aug 21 17:46:53 2002
- eval() avoided (thanks swalters)
- isa() now dispatches correctly (thanks swalters)
- can() now dispatches correctly (me)
- VERSION() now dispatches correctly (me)
0.02 Tue Aug 21 17:46:53 2002
- Changes is now being used (thanks acme)
- POD now has wrapped text (thanks davorg)
- uses strict pragma (thanks Trelane)
- checks success of $AUTOLOAD =~ /.../ (thanks davorg)
- croaks rather than dies in constructor (thanks Trelane)
- renamed $METH to $METHOD (thanks acme)
- expanded DESTROY note (thanks acme)
- added note about use of accessors (sorry Trelane)
- added more to 'see also' (thanks #london.pm)
- added basics of decorating single methods (me)
0.01 Tue Aug 20 12:13:20 2002
- original version; created by h2xs 1.21 with options
-Axn Class::Decorator