<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- t/04cover.t.orig	2019-03-08 23:04:14.000000000 -0800
+++ t/04cover.t	2019-03-08 23:07:31.000000000 -0800
@@ -3,6 +3,7 @@
 use Test::More;
 use Test::Strict;
 
+$Test::Strict::COVER = "__COVER_PATH__";
 unless (Test::Strict::_cover_path) {
   plan skip_all =&gt; "cover binary required to run test coverage - Set \$Test::Strict::COVER to the path to 'cover'";
   exit;
</pre></body></html>