GithubHelp home page GithubHelp logo

asdf-perl's Introduction

asdf-perl Build Lint

Perl plugin for the asdf version manager.

Install

Plugin:

asdf plugin add perl
# or
asdf plugin add grex https://github.com/ouest/asdf-perl.git

Perl:

# Show all installable stable versions
asdf list-all perl

# Install specific version
asdf install perl latest

# Set a version globally (on your ~/.tool-versions file)
asdf global perl latest

# Now Perl commands are available
perl --help

Check asdf readme for more instructions on how to install & manage versions.

Show all installable version of Perl

Set the ASDF_PERL_DEVEL environment variable to list development versions of Perl in addition to stable versions.

env ASDF_PERL_DEVEL=1 asdf list-all perl

Set Perl build args

Set the ASDF_PERL_BUILD_ARGS environment variable to set build arguments for Perl installation.

env ASDF_PERL_BUILD_ARGS='-Dusemultiplicity -Duseshrplib' asdf install perl latest

Generate man pages

Set the ASDF_PERL_GENERATE_MAN environment variable to generate the perl man pages.

env ASDF_PERL_GENERATE_MAN=1 asdf install perl latest

Default perl modules

asdf-perl can automatically install a set of default Perl modules right after installed Perl. To enable this feature, provide a $HOME/.default-perl-modules file that lists one module Per line, for example:

App::Ack
CGI
HTML::Template

You can specify a non-default location of this file by setting the ASDF_PERL_DEFAULT_PACKAGES_FILE environment variable.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.