You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
David Spencer 70ce018ac8 Multiple: Add perl-Module-Build to REQUIRES. 10 years ago
..
README perl/perl-PerlIO-Layers: Added (query layers of perl's filehandles). 13 years ago
perl-PerlIO-Layers.SlackBuild perl/perl-PerlIO-Layers: Updated for version 0.011. 10 years ago
perl-PerlIO-Layers.info Multiple: Add perl-Module-Build to REQUIRES. 10 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 years ago

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.