summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-02-04 03:07:07 -0500
committerdoy <doy@tozt.net>2009-02-04 03:07:07 -0500
commit5f2483ff4dce22c3a42ba3cf8e5e0711eb89354a (patch)
tree444083dc3f0bc0e1e0cc36053f4fe91d33b4a391
parent67ce7ed26c6b6540dcee4fde084ca56e9b5d153e (diff)
downloadmoosex-role-matcher-5f2483ff4dce22c3a42ba3cf8e5e0711eb89354a.tar.gz
moosex-role-matcher-5f2483ff4dce22c3a42ba3cf8e5e0711eb89354a.zip
update changelog
-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