NAME
App::Codeowners::Util - Grab bag of utility subs for Codeowners modules
VERSION
version 0.51
DESCRIPTION
DO NOT USE except in App::Codeowners and related modules.
FUNCTIONS
find_nearest_codeowners
Deprecated.
Use "find_nearest_codeowners" in File::Codeowners::Util instead.
find_codeowners_in_directory
Deprecated.
Use "find_codeowners_in_directory" in File::Codeowners::Util instead.
run_command
Deprecated.
Use "run_command" in File::Codeowners::Util instead.
run_git
Deprecated.
Use "run_git" in File::Codeowners::Util instead.
git_ls_files
Deprecated.
Use "git_ls_files" in File::Codeowners::Util instead.
git_toplevel
Deprecated.
Use "git_toplevel" in File::Codeowners::Util instead.
colorstrip
$str = colorstrip($str);
Strip ANSI color control commands.
stringify
$str = stringify($scalar);
$str = stringify(\@array);
Get a useful string representation of a scallar or arrayref.
stringf
TODO
unbackslash
Deprecated.
Use "unbackslash" in File::Codeowners::Util instead.
zip
Same as "zip-ARRAY1-ARRAY2-[-ARRAY3-...-]" in List::SomeUtils.
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/chazmcgarvey/git-codeowners/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Charles McGarvey <chazmcgarvey@brokenzipper.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021 by Charles McGarvey.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.