|
NAMEText::Pipe::Tester - Common text filter APISYNOPSISuse Text::Pipe::Tester; pipe_ok('List::Grep', [ code => sub { $_ % 2 } ], [ 1 .. 10 ], [ 1, 3, 5, 7, 9 ]); DESCRIPTIONThis is not a pipe segment; rather it exports a function that helps in testing pipes.FUNCTIONS
Text::Pipe::Tester inherits from Exporter. The superclass Exporter defines these methods and functions: as_heavy(), export(), export_fail(), export_ok_tags(), export_tags(), export_to_level(), import(), require_version() BUGS AND LIMITATIONSNo bugs have been reported.Please report any bugs or feature requests through the web interface at <http://rt.cpan.org>. INSTALLATIONSee perlmodinstall for information and options on installing Perl modules.AVAILABILITYThe latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>.The development version lives at <http://github.com/hanekomu/text-pipe/>. Instead of sending patches, please fork this project using the standard git and github infrastructure. AUTHORSMarcel Grünauer, "<marcel@cpan.org>"COPYRIGHT AND LICENSECopyright 2007-2009 by the authors.This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |