X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F800_shikabased%2F009-overwrite-builtin-subtype.t;h=ce8a99672975541ff2dd052be8ab1f00a3906791;hb=e6dc493dcf34553b9726d220f7aa42b0fc50eea5;hp=d927a3f8fb93ffb06c04a712cf020a1e425ad28d;hpb=3fa6f35df998618abdf763f4e4a060ba8f450a35;p=gitmo%2FMouse.git diff --git a/t/800_shikabased/009-overwrite-builtin-subtype.t b/t/800_shikabased/009-overwrite-builtin-subtype.t index d927a3f..ce8a996 100644 --- a/t/800_shikabased/009-overwrite-builtin-subtype.t +++ b/t/800_shikabased/009-overwrite-builtin-subtype.t @@ -8,4 +8,4 @@ eval { type 'Int' => where { 1}; }; -like $@, qr/The type constraint 'Int' has already been created, cannot be created again in Request/; +like $@, qr/The type constraint 'Int' has already been created in Mouse::Util::TypeConstraints and cannot be created again in Request/;