summaryrefslogtreecommitdiffstats
path: root/Changes
blob: ba94cbf6328cce71b9e0d28a6e644c62d6ab0b1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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