Subject: | Patch to fix all CPAN Tester fails |
All CPAN Testers tests fail. This patch allows the tests to pass. The module tries to use a non-existent module (Yorkit). It doesn't look like Yorkit is really needed.
Subject: | diff-u.txt |
--- ../PrimeTime-Report-0.01.orig/lib/PrimeTime/Report.pm 2010-03-09 08:09:32.000000000 -0500
+++ lib/PrimeTime/Report.pm 2015-08-05 21:51:31.000000000 -0400
@@ -4,7 +4,6 @@
use strict;
use warnings;
-use Yorkit;
use Text::Table;
require Exporter;