Install libperlio-layers-perl by entering the following commands in the terminal:
sudo apt update sudo apt install libperlio-layers-perl
Description:
Perl module to query a filehandle's capabilities
Perl's filehandles are implemented as a stack of layers, with the bottom-most usually doing the actual IO and the higher ones doing buffering, encoding/decoding or transformations. PerlIO::Layers allows you to query the filehandle's properties concerning these layers.
Homepage: https://metacpan.org/release/PerlIO-Layers
Version: 0.011-1build2
Section: universe/perl