The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Bio::Gonzales::Util::Development::Module - functions handy for module development

SYNOPSIS

    use Bio::Gonzales::Util::Development::Module qw/find_module_root/;
    my $module_path = find_module_root("/path/under/module/file");

EXPORT

find_module_root

SUBROUTINES/METHODS

find_module_root

tires to find a module root for a given file or dir. returns undef, if not successfull