The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for MooseX::Role::Matcher

0.04    02/04/2009
    Matching against non-existent methods now dies, unless
    allow_missing_methods => 1 is passed as a role parameter

0.03    02/01/2009
    Fix matching undef against arrayref and coderefs

0.02    01/12/2009
    Allow matching against hashref values

0.01    12/06/2008
    Initial release