Deprecate hash-triggers
[gitmo/Mouse.git] / t / 016-trigger.t
index dc331c7..312e9f2 100644 (file)
@@ -31,7 +31,7 @@ do {
             is => 'ro',
             trigger => [],
         );
-    } qr/Trigger must be a CODE or HASH ref on attribute \(error\)/;
+    } qr/Trigger must be a CODE ref on attribute \(error\)/;
 };
 
 can_ok(Class => 'attr');