|
NAMEData::Stream::Bulk::Util - Utility functions for Data::Stream::Bulk VERSIONversion 0.11 SYNOPSIS use Data::Stream::Bulk::Util qw(array);
use namespace::clean;
# Wrap a list in L<Data::Stream::Bulk::Array>
return bulk(qw(foo bar gorch baz));
# return an empty resultset
return nil();
DESCRIPTIONThis module exports convenience functions for use with Data::Stream::Bulk. EXPORTSSub::Exporter is used to create the "import" routine, and all of its aliasing/currying goodness is of course supported.
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.
|