Bio::Gonzales::Util::Development - functions handy for general development
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/~$/]} );
finds files for vim completion
filter a set of files by given patterns.