How to Install libtest-minimumversion-perl in Ubuntu 18.04



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

sudo apt update
sudo apt install libtest-minimumversion-perl

Description:

Perl test module to check the version of perl required

Test::MinimumVersion is a simple test to look at the features you are using in your code and determine the minimum version of the perl interpreter that is required. This is helpful, for example, when you are using features like 'say' which was introduced in Perl 5.10. . This test makes it easy to determine if your Perl code requires a newer perl than expected, or if you accidentally made your dist require a newer version than strictly necessary.

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

Version: 0.101082-2

Section: universe/perl