summaryrefslogtreecommitdiffstats
path: root/Changes
blob: 6b720e55d79a0924334c144095fd8fef02a3d5f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Revision history for MooseX::Role::Matcher

0.05    02/04/2009
    Fix a couple doc and test bugs

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