It would be handy to let this code emit TAP output so it can be permanently added to my packages and I can monitor for ```perl use Test::More tests => 1; use Test::CVE; has_no_cves(); # Make sure there are no CVEs in the module exit; ```