Skip Menu |

This queue is for tickets about the POE-Component-Cron CPAN distribution.

Report information
The Basics
Id: 44445
Status: resolved
Priority: 0/
Queue: POE-Component-Cron

People
Owner: chris [...] fedde.us
Requestors: dolmen [...] cpan.org
Cc:
AdminCc:

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



Subject: Remove dependency on DateTime::Event::Random
DateTime::Event::Random is only used for testing, not at runtime. Removing this dependency would reduce the CPAN-dependency-hell. Suggested fix: - embed DateTime::Event::Random as t/lib/DateTime/Event/Random.pm (ok because the license is less restrictive than PoCoCr) - add "use lib 't/lib';" in t/POE-Component-Cron.t - remove DateTime::Event::Random from PREREQ_PM in Makefile.PL