Thread

Posted on Tue Jan 9 20:16:58 2007 by horseman
use with Perl 5.6.1
I'm on AIX 5.1 with Perl 5.6.1.
I see that Class-ErrorHandler has been sucessfully tested under Windows with 5.6.1, but I get:
$ perl Makefile.PL
Can't call method "_top" on an undefined value at inc/Module/Install/Base.pm - /Library/Perl/5.8.1/Module/Install/Base.pm line 52. Workarounds?
Thanks for your help (it's a prereq for Convert-PEM, which is a prereq for SFTP).
Direct Responses: 4010 | Write a response
Posted on Wed Jan 10 22:24:56 2007 by horseman in response to 4001
Re: use with Perl 5.6.1
This is a reply that I kindly received back from the module author, which I am posting here in case someone else has the same question down the road...

That sounds like a Module::Install problem--you should check to make sure you have the latest version of that module installed.

If it still fails to install, you could copy the files into place manually; Class::ErrorHandler only depends upon Module::Install for installing the package, not for actual usage of it.
Write a response