Source: libperlio-via-dynamic-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Bastian Blank , gregor herrmann Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/PerlIO-via-dynamic Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libperlio-via-dynamic-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libperlio-via-dynamic-perl.git Package: libperlio-via-dynamic-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, Description: module to create dynamic PerlIO layers PerlIO::via::dynamic is used for creating dynamic PerlIO layers. It is useful when the behavior or the layer depends on variables. You should not use this module as via layer directly (ie :via(dynamic)). . Use the constructor to create new layers, with two arguments: translate and untranslate. Then use $p->via ($fh) to wrap the handle. . Note that PerlIO::via::dynamic uses the scalar fields to reference to the object representing the dynamic namespace. If you