summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes b/Changes
index fbe69f9..ba94cbf 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
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