diff --git a/t/idn.t b/t/idn.t index e29abe77..86c16c7b 100644 --- a/t/idn.t +++ b/t/idn.t @@ -25,6 +25,6 @@ is_deeply( 'Many encoded right' ); -like( exception { to_idn( "ö" x 63 ) }, qr/Punycode/, 'Boom today' ); +like( exception { to_idn( "ö" x 63 ) }, qr/Punycode/i, 'Boom today' ); done_testing;