toad.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server operated by David Troy, a tech pioneer and investigative journalist addressing threats to democracy. Thoughtful participation and discussion welcome.

Administered by:

Server stats:

206
active users

#perlbrew

1 post1 participant0 posts today

做 perlbrew 以來,一直覺得必須要提供夠充分的文件來給眾多指令提供說明。於是一開始就有做 `perlbrew help <CMD>` 這種方便讓人查 CMD 用法的 `help` 指令...

但都這麼多年了,今天我才發現 `help` 本身沒有文件。也就是 `perlbrew help help` 只會印出「找不到文件」。

這真是太糟糕了啊!

#perlbrew

( 有人要送 PR 來嗎 ? => github.com/gugod/App-perlbrew/ )

GitHubGitHub - gugod/App-perlbrew: Manage perl installations in your $HOMEManage perl installations in your $HOME. Contribute to gugod/App-perlbrew development by creating an account on GitHub.

@ChristosArgyrop @leonerd @pjakobs #!/usr/bin/env perl

is the typical way to call whatever #perl happens to be first in your environment's path

The nice thing about #asdf is it reads a `.tool-versions` file in a given project's directory and will use the specified perl, ruby, node, whatever version via its shim scripts: asdf-vm.com/guide/getting-star

I used to use #plenv, which is like #perlbrew plus asdf but for Perl only: github.com/tokuhirom/plenv

asdf-vm.comGetting Started | asdfManage multiple runtime versions with a single CLI tool
Replied in thread

@lolzac @ramsey @dmnelson @scriptingosx Oddly, #Apple has not been terrible in keeping #perl somewhat recent on #macOS: #Ventura ships with v5.30.3 from 2020.

But most advise not messing with an OS or distro’s system runtimes, especially if you want to install or upgrade libraries and modules from #CPAN etc.

The two main Perl solutions are #perlbrew: perlbrew.pl

And #plenv (used to be my fave): github.com/tokuhirom/plenv

perlbrew.plPerlbrew