home.social

#perlbrew — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #perlbrew, aggregated by home.social.

  1. @ferki @verzulli If I understand your requirements correctly, you could install a #perl version with #perlbrew on your local machine, install your required modules with #cpanm and provided libraries match between your dev and prod machines you can just copy the perl directory and run the perl with full path in the new location.
    If there is a library mismatch you are in a bit of pain to get it to work no matter what you do.
    May I suggest you build the restapi with #mojolicious?

  2. @ovid @fuzzix (#ActiveState’s solution is a *little* more involved than that because it spins up project-specific language environments. So it’s more like #Carton + #perlbrew in the #Perl world.)