Intrepid has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks and Nuns. Here's another node that's not about perl coding per se but is instead about perl infrastructure/tool setup/installation.
I am trying to bootstrap the Pinto perl module management application on a machine running Debian Gnu/Linux. I have already had Pinto running on a different (Cygwin Perl) system for some months, so I thought I knew my way around the setup. But over the last two days I've repeatedly gotten the same error in the terminal when trying to set up:
! Couldn't find module or a distribution Pinto
This error message is (obviously?) coming from cpanm, which the Pinto setup script bootstraps. I see this error manifests when cpanm attempts to download Pinto and its dependencies from the online repository its author had set up. That repo has the url https://www.stratopan.com/thaljef/OpenSource/pinto-release . It looks like a network problem, doesn't it? So when I do
$ ping -c4 stratopan.com
... I get no replies to my ping, although the domain does resolve to 138.68.43.143. But when I point a browser at https://www.stratopan.com I land on an active home page, although Firefox warns me about expired certificates.
It's a lot to ask maybe, but could a reader just try it (setting up Pinto)? It's a one-line command:
$ curl -L http://getpinto.stratopan.com | bash
Very grateful thanks for applying some brain-power / knowledge to this problem I'm having. And, PS, wouldn't it be theoretically possible to copy over all the module dependencies from my CygPerl installation of Pinto to the Linux machine? I've looked, but I can't find a set-aside heirarchy of such modules.
Feb 03, 2026 at 18:45 UTC
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Has Pinto become broken for new installs? - bootstrapped cpanm cannot find Pinto
by Corion (Patriarch) on Feb 03, 2026 at 19:19 UTC | |
|
Re: Has Pinto become broken for new installs? - bootstrapped cpanm cannot find Pinto
by choroba (Cardinal) on Feb 03, 2026 at 21:34 UTC | |
by Intrepid (Curate) on Feb 04, 2026 at 02:05 UTC | |
|
Re: Has Pinto become broken for new installs? - bootstrapped cpanm cannot find Pinto
by stevieb (Canon) on Feb 04, 2026 at 17:52 UTC | |
by Intrepid (Curate) on Feb 04, 2026 at 19:10 UTC | |
by NERDVANA (Priest) on Feb 05, 2026 at 05:12 UTC | |
|
Re: Has Pinto become broken for new installs? - bootstrapped cpanm cannot find Pinto
by bliako (Abbot) on Feb 05, 2026 at 17:19 UTC |