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