There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

buffer

VERSION

version 0.01

SYNOPSYS

cat | buffer
buffer < somefile
buffer | someCommand
buffer | tee writtenFile | someCommand

DESCRIPTION

Reads the whole input then write into STDOUT. Probably useful at copy/paste operation.

TODO

Probably some useful options should be carefully selected and implemented to this command.