CC: | Michael.Mestnik [...] ngc.com |
Subject: | Missing depends on Schedule::Cron, specifically "a version" of something is usually an alternative. |
The working of the description is way off, it should at least say that
it uses Schedule::Cron. Plus the CPAN Dependencies page is reporting
"Couldn't get dependencies", you'll need to make sure that it picks up
Schedule::Cron so that CPAN will install Schedule::Cron on systems where
it is not installed. Being a sub-module is not in anyway a depends and
it's perfectly legal to install one without the other... That is if the
test didn't spit an error. Also the error is nonsensical.
Cheers.
$ make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01-api...........................Can't locate object method "new" via
package "Schedule::Cron::Nofork" at t/01-api.t line 29.
# Looks like you planned 21 tests but only ran 1.
# Looks like your test died just after 1.
t/01-api...........................dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-21
Failed 20/21 tests, 4.76% okay
t/embedded-Schedule-Cron-Nofork....ok
Failed Test Stat Wstat Total Fail Failed List of Failed
------------------------------------------------------------------------
-------
t/01-api.t 255 65280 21 40 190.48% 2-21
Failed 1/2 test scripts, 50.00% okay. 20/22 subtests failed, 9.09% okay.
make: *** [test_dynamic] Error 255