use Test::Exception; throws_ok { 0/0 } qr/Illegal division by zero/, "whatever_sub() throws if trying to divide by zero ok";