X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F016-trigger.t;h=312e9f2fb61d0621ddd7e9b4d5a7bbbf5375c1cf;hp=dc331c70cb918293e406599a5c33bbba5f032f6b;hb=844fa04917ff42a952003c4302bcdd66a13621e0;hpb=60e2164ad9cf3ad7605fda95d3fa5be750e6d720 diff --git a/t/016-trigger.t b/t/016-trigger.t index dc331c7..312e9f2 100644 --- a/t/016-trigger.t +++ b/t/016-trigger.t @@ -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');