Provided by: librun-parts-perl_0.06-1_all
NAME
Run::Parts::Common - Common helpers for Run::Parts and its backends
VERSION
Version 0.01
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
Run::Parts
AUTHOR
Axel Beckert, "<abe@deuxchevaux.org>"
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.
SUPPORT
You can find documentation for this module with the perldoc command. perldoc Run::Parts::Common
LICENSE AND COPYRIGHT
Copyright 2013 Axel Beckert. This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See <http://dev.perl.org/licenses/> for more information.