joel@ccpconsultinginc.com
I had do perform an install of Date::Parse and
Date::Calc. Then I performed the perl Makefile.PL
which results in:
Checking if your kit is complete...
Looks good
Writing Makefile for swatch
Then "make", which appears to be fine. Then "make
test" which errors out. Selected part of the output are:
PERL_DL_NONLAZY=1 /usr/bin/perl
"-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/01cpan_modules....Can't locate File/Tail.pm in @INC
(@INC contains: ......
at t/01cpan_modules.t line 8.
BEGIN failed--compilation aborted at t/01cpan_modules.t
line 8.
t/01cpan_modules....dubious
Test returned status 2 (wstat 512, 0x200)
Scalar found where operator expected at (eval 153) line
1, near "'int' $__val"
(Missing operator before $__val?)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
Regards,
Joel Harris
Logged In: NO
This appears to be from requiring File::Tail as well. If
you install that, you should be fine. At least, that's what
worked for me.