Help wanted: Install of p5-JSON-Parse removes Perl ???
Ireneusz Pluta/wp.pl
ipluta at wp.pl
Fri Nov 1 09:41:03 UTC 2019
W dniu 2019-11-01 o 04:07, Ronald F. Guilmette pisze:
> I have work
> to do and now my Perl interpreter has disappeared. Was it somehow my
> fault? Was I bad? I have tried to lead a good life, up until now anyway.
> I have been kind to animals and small children. So what have I done wrong
> that has caused my Perl interpreter to be disappeared on me for no
> apparently good reason?
If you really depend on Perl, don't use the "system" one, that is likely to be messed up with the
pkg dependency hell.
Use your own perl. Consider https://perlbrew.pl/ for managing it.
Once you swith to it, use the:
#!/usr/bin/env perl
shebang in your perl scripts (not something like #!/usr/local/bin/perl)
More information about the freebsd-questions
mailing list