aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-PerlIO-Layers
Commit message (Collapse)AuthorAgeFilesLines
* - Change PERL_MODBUILD to "yes" for all values between 5.8.1+ and 5.8.9+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | | Suggested by: az With hat: perl Notes: svn path=/head/; revision=281883
* - Add p5-PerlIO-Layers 0.008Sunpoet Po-Chuan Hsieh2011-08-274-0/+49
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 there layers. WWW: http://search.cpan.org/dist/PerlIO-Layers/ Notes: svn path=/head/; revision=280585