mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
6 lines
290 B
Text
6 lines
290 B
Text
String::BufferStack provides a framework for storing nested buffers. By
|
|
default, all of the buffers flow directly to the output method, but
|
|
individual levels of the stack can apply filters, or store their output
|
|
in a scalar reference.
|
|
|
|
WWW: https://metacpan.org/release/String-BufferStack
|