Source: libperlio-layers-perl Maintainer: Debian Perl Group Uploaders: Nick Morrott Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 12), libmodule-build-perl, perl-xs-dev, perl:native Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libperlio-layers-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libperlio-layers-perl.git Homepage: https://metacpan.org/release/PerlIO-Layers Package: libperlio-layers-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} 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.