NAME
Run::Parts::Common - Common helpers for Run::Parts and its backends
VERSION
version 0.07
SYNOPSIS
Exports helper functions used by Run::Parts as well as its backends.
EXPORTED FUNCTIONS
lines
Gets an array of strings as parameter.
In scalar context returns a string with all lines concatenated. In array context it passes through the array.
chomped_lines
Gets an array of strings as parameter and calls chomp() on it.
In scalar context returns a string with all lines concatenated. In array context it passes through the array.
SEE ALSO
BUGS
Please report any bugs or feature requests to bug-run-parts at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Run-Parts. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
AUTHOR
Axel Beckert <abe@deuxchevaux.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Axel Beckert.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.