BernieC has asked for the wisdom of the Perl Monks concerning the following question:
cpan autobundleand I located the "bundle file" and I read the .pm and it says that to install everything all you need to do is
perl -MCPAN -e 'install Bundle::Snapshot_2022_10_25_00'so I'm on an "empty" system, I ran the strawberry perl .msi and it seemed to install just fine. I copied the autobundle over to the new system -- I put it on the desktop and that didn't work so I copied what I had on my "real" system and in the strawberry perl directory I created a cpan/bundle directory and tried again. I got
What am I doing wrong? I'm guessing the trouble is that I haven't a clue where to *put* the autobundle file so that perl can find it.C:\Users\Bernie\Desktop>perl -MCPAN -e "install Bundle::Snapshot_2022_ +10_25_00" Database was generated on Tue, 25 Oct 2022 22:53:07 GMT Warning: Cannot install Bundle::Snapshot_2022_10_25_00, don't know wha +t it is. Try the command i /Bundle::Snapshot_2022_10_25_00/ to find objects with matching identifiers.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Installing perl from scratch
by atcroft (Abbot) on Oct 25, 2022 at 23:52 UTC | |
by BernieC (Pilgrim) on Oct 26, 2022 at 13:28 UTC | |
|
Re: Installing perl from scratch
by Fletch (Bishop) on Oct 26, 2022 at 12:24 UTC | |
|
Re: Installing perl from scratch
by cavac (Prior) on Oct 27, 2022 at 10:44 UTC | |
by marto (Cardinal) on Oct 27, 2022 at 11:10 UTC | |
|
Re: Installing perl from scratch
by Anonymous Monk on Oct 26, 2022 at 09:25 UTC |