Skip to content

Instantly share code, notes, and snippets.

@jesusbagpuss
jesusbagpuss / perl-modules-github-actions-ubuntu-runner.md
Last active August 20, 2022 17:44 — forked from JJ/perl-modules-github-actions-ubuntu-runner.md
List of Perl modules installed in the Github action runner 'ubuntu-latest' (2022-08-20)

Here's the list of modules installed in the Ubuntu-latest runner for Github actions. They've been obtained using a script that list all modules installed: perl -MFile::Find=find -MFile::Spec::Functions -Tlw -e 'find { wanted => sub { print canonpath $_ if /\.pm\z/ }, no_chdir => 1 }, @INC'

There were three directories in `@INC' that didn't exist:

  • /usr/local/lib/x86_64-linux-gnu/perl/5.30.0
  • /usr/local/share/perl/5.30.0
  • /usr/local/lib/site_perl

/usr/lib/x86_64-linux-gnu/perl5/5.30/ directory