Subject: | Undeclared dependency on Time::Zone |
As per subject.
Time::Zone is used:
% grep -rn Time::Zone .
./lib/FTN/JAM.pm:76:use Time::Zone;
But not declared in the Makefile.PL (where it should be in the PREREQ_PM
parameter).
Thanks, Hope this helps,