A wireframe globe breaking out of chains

Free the internet

Support tools that break the chains of censorship and surveillance. Donate to the Tor Project today.

Through December 31, your gift will be matched, up to $250,000!

Donate now

Testing perl5lib

Install build and test dependencies

cat $(git rev-parse --show-toplevel)/config/chroot_local-packageslists/tails-perl5lib.list \
   | grep -E -v '^#' \
   | xargs sudo apt --yes install && \
sudo apt install \
   libmodule-build-perl \
   libdist-zilla-plugin-test-notabs-perl \
   libdist-zilla-plugin-test-perl-critic-perl \
   libdist-zilla-app-command-authordebs-perl && \
sudo apt update && \
cd "$(git rev-parse --show-toplevel)/config/chroot_local-includes/usr/src/perl5lib" && \
dzil authordebs --install

Run the test suite

cd "$(git rev-parse --show-toplevel)/config/chroot_local-includes/usr/src/perl5lib" && \
dzil test --all