mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
11 lines
346 B
Plaintext
11 lines
346 B
Plaintext
IO::Null
|
|
========
|
|
|
|
Calling a constructor of this class always succeeds, returning a new
|
|
null filehandle. 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: https://metacpan.org/release/IO-Null
|