I am using perl 5.10.1
I used the GUI version of the ppm
even if i use the following command:
ppm install DateTime-TimeZone
I get the same result.
As for the repositories, yes I am pointing them to the correct version.
Main Topics
Browse All TopicsHi,
I am trying install DateTime-TimeZone package, but when I do so an error comes up with the following:
Can't determine best at C:/Perl/lib/ActivePerl/PPM
Can't determine best at C:/Perl/lib/ActivePerl/PPM
while executing
"::perl::CODE(0x78e2e3c)"
(menu invoke)
Can somebody please help me out here?
Regards,
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Ok found the problem.
I started playing around with C:/Perl/lib/ActivePerl/PPM
After installing the dependencies one by one, I was able to install the main package, and my software requiring them is working.
Thanks for he help anyway :)
For others information I did the following:
I commented the line
push(@dunno, $p);
in the file C:/Perl/lib/ActivePerl/PPM
Restarted PPM-GUI (remember that if you try with console it will say nothing to install)
Tried to install the package again, and this time was shown the dependencies
Installed the dependencies
Installed DateTime-TimeZone
Re-edit the file to remove the comment
Regards,
I just tested the install and I was unable to duplicate your problem. In my case, I was missing the Class-Singleton dependency and the dependency checker did see that and installed the dependency.
Since the dependency checker didn't handle the dependency installations, it sounds like your ppm installation is corrupt.
I thought about a corrupt installation as well, that is why i tried by repairing the installation, and also uninstalling and reinstalling. Both didn't work.
The main cause I agree is that the dependency checker (for me) was not working properly. Maybe it has to do with my system, it is a totally fresh installation of XP-Pro SP2 (and updates disabled).
Anyway I made a hack-around for the dependency checker, and it worked :)
Business Accounts
Answer for Membership
by: FishMongerPosted on 2009-09-30 at 05:48:22ID: 25458159
What version of perl and ppm are you using?
What method did you use to install the module, command line or via the ppm gui?
If installing from the command line, what was the command you executed?
Are you pointing to the proper repositories for the perl version you have installed?