The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.01 - 2002-08-18

  • Class::Null is now a singleton to reduce memory overhead (thanks nwetters)
  • Class::Null now creates an empty subroutine when autoloading, to increase the speed of subsequent calls (they don't have to go through AUTOLOAD again) (thanks nwetters)

Modules

Implements the Null Class design pattern