Skip Menu |

This queue is for tickets about the PrimeTime-Report CPAN distribution.

Report information
The Basics
Id: 106266
Status: new
Priority: 0/
Queue: PrimeTime-Report

People
Owner: Nobody in particular
Requestors: gsullivan [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



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;