I have been trying to set up bugzilla on my Ubuntu 9.10. I have managed to set up some of the modules necessary for bugzilla, but not capable to set up some fixed modules like 1. DateTime, 2. DateTime::TimeZone, 3. Email::Send 4. Email:: MIME::Encodings
I have tried to fix these modules by means of CPAN, as well as tried to set up using apt, also physically.
When tried to install Date Time module by manually got these results.
1 Step: unzipped the downloaded zip - this worked
2 After entering to the extracted file I tried to run - /Desktop/Class-MOP-0.94$ perl Makefile.PL
and got
----------------------------------------------------------------------------------------
Checking if your kit is complete...
Looks good
Warning: prerequisite Devel::GlobalDestruction 0 not found.
Warning: prerequisite MRO::Compat 0.05 not found.
Warning: prerequisite Sub::Name 0.04 not found.
Warning: prerequisite Task::Weaken 0 not found.
Warning: prerequisite Test::Exception 0.27 not found.
Warning: prerequisite Test::More 0.88 not found. We have 0.72.
Can't locate object method "splitpath" via package "PACK001" at /usr/share/perl/5.10/ExtUtils/MM_Any.pm line 1751.
# Looks like your test died before it could output anything.
-------------------------------------------------------------------------------
Please help me to sort out this problem. Some help would be truly appreciated.