On Mon, Jan 25, 2021 at 04:02:00PM +0100, bw-open...@gmx.de wrote:
> Hello everyone,
> 
> I'm currently diving into good ol' Perl programming and want to build a
> local version of perl that will not mess with the base system. There is
> a handy tool named perlbrew for that, which can be installed easily by
> downloading a shell script and executing it (with the 'curl | sh' idiom
> if you are wired that way).
>
> I would prefer having an OpenBSD package for that tool and I would be
> interested in writing a port for this. Does that sound like a good idea?
> Is anyone already working on such a port? Or is there even already a
> port which I managed to overlook?


I generally use plenv[0], not perlbrew[1] although for no particular
reason other than that's what I got working first, so while I have a
general idea of these things, I may have some details wrong for
perlbrew.

The main issue for plenv that I'm not sure exists in perlbrew is that it
expects to install into your home directory and doesn't really have
support for a "global" installation.  I don't think there's anything
particularly stopping it from working but I don't know that it's
tested for that use case.

I was going to look at setting up plenv as as a separate user for use on
my cpan smoker machine, but I haven't gotten far enough to know if it
actually works.

In any case, I find it to be a useful tool for doing perl module
development, if one of these showed up as a package I might consider
using it.

[0] https://github.com/tokuhirom/plenv
[1] https://perlbrew.pl/

l8rZ,
-- 
andrew - http://afresh1.com

Computer Science: solving today's problems tomorrow.

Reply via email to