Source: libperlio-layers-perl
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Section: perl
Priority: optional
Testsuite: autopkgtest-pkg-perl
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl,
               perl-xs-dev,
               perl:native
Standards-Version: 4.6.1
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
Rules-Requires-Root: no

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.
