New Messy Error

Sep 04, 2007 13:02

Getting this on my reinstall - and DateTime IS installed, so I'm not sure what it's looking for ( Read more... )

Leave a comment

Comments 2

Found my own solution magyarok_saman September 4 2007, 20:51:46 UTC
You have to install the following additional Perl modules:

DateTime::Locale
DateTime::TimeZone

Reply

Re: Found my own solution fyremoon September 4 2007, 22:45:07 UTC
Whenever you see "Can't locate something/else.pm in @INC" it implies something::else module is not installed in your perl include path.

Sometimes the module is not available because its part of another module. You can generally find it by doing:

perl -MCPAN -eshell
cpan> i /something/

Reply


Leave a comment

Up