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

Changes for version 0.2 - 2013-10-07

  • change *::New to an explicit post-new-object-call method (See rt 89239 to see why)
  • more RELEASE_TESTING tests

Modules

Add a multiton constructor to your class
Turn your new() into a multiton constructor
Add a singleton constructor to your class
Turn your new() into a singleton constructor
internal util for Role::Multiton[::*]