Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Change PERL_MODBUILD to "yes" for all values between 5.8.1+ and 5.8.9+ | Sunpoet Po-Chuan Hsieh | 2011-09-17 | 1 | -1/+1 |
| | | | | | | | | Suggested by: az With hat: perl Notes: svn path=/head/; revision=281883 | ||||
* | - Add p5-PerlIO-Layers 0.008 | Sunpoet Po-Chuan Hsieh | 2011-08-27 | 4 | -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 |