in reply to Re^4: CPAN module install really slow
in thread CPAN module install really slow

Yes, the manual install lets you know the dependencies, I then download those and install them. The manual process to get all dependencies, gunzip - untar - build - test - install is still faster than cpanm doing it.

Also, I have been using cpanm --verbose which shows the install of each dependency, it gets 'stuck' at the same place for each dependency as well.

Replies are listed 'Best First'.
Re^6: CPAN module install really slow
by marto (Cardinal) on Jul 14, 2015 at 12:31 UTC

    Well, this is great news, regardless of install method (manual/cpanm) you've discovered the point at which this weird pause occurs. Could you please post an example of this?

    Update: Nope. Strikeout. See below.

      I think you misunderstood, the manual process does NOT pause like cpan/cpanm. I can complete everything manually much faster than doing the automated install. Thanks for you help so far and keeping an eye on this thread.

        My mistake, I picked you up wrong. This is interesting. Can you post an example of where this pauses? Also which RHEL version are you using?