I am looking for a way to replace this idiom ``` BEGIN { use_ok( 'Some::Module' ) or BAIL_OUT( "Cannot load module 'Some::Module'!" ); } ``` with something that uses the [ok](https://metacpan.org/pod/Test::use::ok) module?!