|
NAMEData::Stream::Bulk::Cat - Concatenated streams VERSIONversion 0.11 SYNOPSIS use Data::Stream::Bulk::Cat;
Data::Stream::Bulk::Cat->new(
streams => [ $s1, $s2, $s3 ],
);
DESCRIPTIONThis stream is a concatenation of several other streams. METHODS
AUTHORYuval Kogman <nothingmuch@woobling.org> COPYRIGHT AND LICENSEThis software is copyright (c) 2012 by Yuval Kogman. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|