The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:App-PMUtils dist::Installed"

App::pmgrep - Print lines from installed Perl module sources matching a pattern River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-PMUtils-0.744 - 28 Jun 2023 00:05:46 UTC

App::PMUtils - Command-line utilities related to Perl modules River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-PMUtils-0.744 - 28 Jun 2023 00:05:46 UTC

pmxs - Check whether an installed Perl module is XS/pure-perl River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-PMUtils-0.744 - 28 Jun 2023 00:05:46 UTC

pmpath - Get path to locally installed Perl module River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-PMUtils-0.744 - 28 Jun 2023 00:05:46 UTC

pmdir - Get directory of locally installed Perl module/prefix River stage one • 1 direct dependent • 1 total dependent

Pro-tip: install this bash function to be able to cd quickly to directory of Perl module/prefix (tab completion is also provided): # function definition cdpm () { if [[ "$1" = "" ]]; then echo "Please specify a Perl module/prefix name"; return; fi lo...

PERLANCAR/App-PMUtils-0.744 - 28 Jun 2023 00:05:46 UTC

podpath - Get path to locally installed POD River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-PMUtils-0.744 - 28 Jun 2023 00:05:46 UTC

pmgrep - Print lines from installed Perl module sources matching a pattern River stage one • 1 direct dependent • 1 total dependent

This is a like the Unix command grep but instead of specifying filenames, you specify module names or prefixes. The utility will search module source files from Perl's @INC. Examples: # Find pre-increment in all Perl module files % pmgrep '\+\+\$' # ...

PERLANCAR/App-PMUtils-0.744 - 28 Jun 2023 00:05:46 UTC

pmunlink - Unlink (remove) locally installed Perl module River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-PMUtils-0.744 - 28 Jun 2023 00:05:46 UTC

pmuninst - Uninstall an installed Perl module (using cpanm --uninstall) River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-PMUtils-0.744 - 28 Jun 2023 00:05:46 UTC

pmbin - List scripts that come with the same distribution of a Perl module River stage one • 1 direct dependent • 1 total dependent

Does this happen often with you: you install a CPAN module: % cpanm -n Finance::Bank::ID::BCA The CPAN distribution is supposed to contain some CLI utilities, but it is not obvious what the name is. So you do: % man Finance::Bank::ID::BCA to find out...

PERLANCAR/App-PMUtils-0.744 - 28 Jun 2023 00:05:46 UTC

pmabstract - Extract the abstract of locally installed Perl module(s) River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-PMUtils-0.744 - 28 Jun 2023 00:05:46 UTC

pmchkver - Check local module's version against version on CPAN River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-PMUtils-0.744 - 28 Jun 2023 00:05:46 UTC

pmlatest - Check local module's version against version on CPAN River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-PMUtils-0.744 - 28 Jun 2023 00:05:46 UTC
13 results (0.036 seconds)