cvs commit: ports/devel Makefile ports/devel/p5-Slurp Makefile
distinfo pkg-descr
Philip M. Gollucci
pgollucci at FreeBSD.org
Fri Oct 28 22:54:59 UTC 2011
pgollucci 2011-10-28 22:54:59 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/p5-Slurp Makefile distinfo pkg-descr
Log:
This simple module serves one purpose - to provide a simple means to read (or
slurp) an entire file into memory for processing. This module allows the
replacement of the prototypical foreach- or while- loops used for opening
and reading of files with single-line constructs.
Of note with this module is that the magic of the @ARGV variable and the
input record separator, $/, are used to facilitate the reading of entire
files into either an array or scalar using minimal code.
Revision Changes Path
1.4638 +1 -0 ports/devel/Makefile
1.1 +29 -0 ports/devel/p5-Slurp/Makefile (new)
1.1 +2 -0 ports/devel/p5-Slurp/distinfo (new)
1.1 +8 -0 ports/devel/p5-Slurp/pkg-descr (new)
More information about the cvs-ports
mailing list