Subject: | Package seems to be missing Class::Load dependency |
After I ran 'ppm upgrade -install', DateTime::TimeZone::Local stopped
working:
BEGIN failed--compilation aborted at
C:/Perl/site/lib/DateTime/TimeZone/Local.pm
line 9.
I was able to fix the problem by manually adding Class::Load (and its
dependent packages) via ppm but I thought that should happen
automatically if the package dependencies are fully specified.