slackbuilds/perl/perl-PerlIO-Layers
David Spencer 70ce018ac8 Multiple: Add perl-Module-Build to REQUIRES.
Module::Build was removed from the perl-5.22 core. It is no longer
the preferred build method, but these modules still need it.
Some of these modules have newer versions available, but they still
use Module::Build.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2016-01-29 07:16:42 +07:00
..
README perl/perl-PerlIO-Layers: Added (query layers of perl's filehandles). 2012-12-29 09:16:14 +01:00
perl-PerlIO-Layers.SlackBuild perl/perl-PerlIO-Layers: Updated for version 0.011. 2015-08-05 01:22:27 +07:00
perl-PerlIO-Layers.info Multiple: Add perl-Module-Build to REQUIRES. 2016-01-29 07:16:42 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

PerlIO::Layers (Perl module)

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.