NAME
Bio::Gonzales::Util::Development - functions handy for general development
SYNOPSIS
my
$files
= find_files_to_complete({
root
=>
"/path/to/module"
,
exclude_full
=> [
qr/^blib/
],
exclude_file
=> [
qr/~$/
]} );
EXPORT
SUBROUTINES/METHODS
find_files_to_complete
finds files for vim completion
filter_files
filter a set of files by given patterns.