The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.02 - 2002-08-21

  • 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)

Modules

Attach additional responsibilites to an object. A generic wrapper.