How to Install libtest-fixme-perl in Ubuntu 18.04



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

sudo apt update
sudo apt install libtest-fixme-perl

Description:

Perl module to check code for FIXME declarations

When coding it is common to come up against problems that need to be addressed but that are not a big deal at the moment. What generally happens is that the coder adds comments like: . # FIXME - add checking of user privileges here. . Test::Fixme allows you to add a test file that ensures that none of these get forgotten in the module.

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

Version: 0.16-1

Section: universe/perl