| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
26 Apr 2012 11:04:04
0.010
|
sunpoet  |
- Add LICENSE |
05 Apr 2012 18:42:13
0.010
|
sunpoet  |
- Update to 0.010
Changes: http://search.cpan.org/dist/PerlIO-Layers/Changes
Feature safe: yes |
05 Apr 2012 18:03:35
0.009
|
sunpoet  |
- Update to 0.009
Changes: http://search.cpan.org/dist/PerlIO-Layers/Changes
Feature safe: yes |
13 Mar 2012 16:15:36
0.008
|
pgollucci  |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
08 Mar 2012 18:45:38
0.008
|
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
17 Sep 2011 07:09:05
0.008
|
sunpoet  |
- Change PERL_MODBUILD to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by: az
With hat: perl |
27 Aug 2011 17:17:24
0.008
|
sunpoet  |
- Add p5-PerlIO-Layers 0.008
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/ |