cvs commit: ports/devel Makefile ports/devel/p5-IO-Null Makefile
distinfo pkg-descr pkg-plist
Erwin Lansing
erwin at FreeBSD.org
Sat Jun 10 16:35:29 UTC 2006
erwin 2006-06-10 16:13:14 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/p5-IO-Null Makefile distinfo pkg-descr pkg-plist
Log:
IO::Null
========
Calling a constructor of this class always succeeds, returning a new
null filehabdle. Writing to any object of this class is always a no-
operation, and returns true. Reading from any object of this class is
always nooperation, and returns empty-string or empty-list, as
appropriate.
WWW: http://search.cpan.org/dist/IO-Null/
PR: ports/98723
Submitted by: Rouslan Iskhakov <rouslan at rshell.net>
Revision Changes Path
1.2267 +1 -0 ports/devel/Makefile
1.1 +22 -0 ports/devel/p5-IO-Null/Makefile (new)
1.1 +3 -0 ports/devel/p5-IO-Null/distinfo (new)
1.1 +10 -0 ports/devel/p5-IO-Null/pkg-descr (new)
1.1 +5 -0 ports/devel/p5-IO-Null/pkg-plist (new)
More information about the cvs-all
mailing list