How to Install libsignatures-perl in Ubuntu 18.04



Install libsignatures-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libsignatures-perl

Description:

Perl pragma for subroutine signatures

signatures is a Perl pragma that provides a simple and robust way to declare named parameters for your subroutines. It provides a syntax similar to Perl function prototypes (see perlsub) and is robust since it does this without using source filters. It also provides a way to combine these signatures with normal Perl prototypes.

Homepage: https://metacpan.org/release/signatures

Version: 0.13-2

Section: universe/perl