How to Install libperl-minimumversion-perl in Ubuntu 18.04



Install libperl-minimumversion-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libperl-minimumversion-perl

Description:

module to determine minimum required version of perl required

Perl::MinimumVersion is a module that inspects arbitrary Perl source code and determines the minimum version of perl required to be able to run it. Because it is based on PPI, it can do this without having to actually load the code. . Currently it tests both the syntax of your code, and the use of explicit version dependencies such as "require 5.005". . Future plans are to also add support for tracing module dependencies.

Homepage: https://metacpan.org/release/Perl-MinimumVersion

Version: 1.38-1

Section: universe/perl