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

Changes for version 0.06

  • Renamed "is" method to "does". This is the same method name used with Perl 6 roles and avoids conflicts with Test::More::is().
    • &is is now offically deprecated, it will be removed after a few more releases
    • Thanks to Curtis "Ovid" Poe for this code change

Modules

An implementation of Traits in Perl
Base class for all Traits
Trait configuration information storage package.
Trait for adding comparison abilities to your object
Trait for adding equality testing to your object
Trait for adding stringification abilities to your object
Reflection class used to find information about classes which use Traits.