Install libperl-prereqscanner-perl by entering the following commands in the terminal:
sudo apt update sudo apt install libperl-prereqscanner-perl
Description:
module for extracting prerequisites from Perl code
Perl::PrereqScanner is a Perl module that extracts distribution prerequisites from files through various means. The extraction is not perfect but provides a best-guess approximation. . It currently detects the following: * plain lines beginning with use or require in perl modules and scripts * regular inheritance declared with the base and parent pragmata * Moose inheritance declared with the extends keyword * Moose roles included with the with keyword
Homepage: https://metacpan.org/release/Perl-PrereqScanner
Version: 1.023-1
Section: universe/perl