Provided by: pkg-perl-tools_0.71_all bug

NAME

       Debian::PkgPerl::Util - utility functions for PkgPerl tools

SYNOPSIS

        use Debian::PkgPer:Util;
        ...
        $dep = "$dep <!nocheck>"
           unless Debian::PkgPerl::Util->probable_build_dependency($pkg);

DESCRIPTION

       probable_build_dependency(package name)
           Returns true if the package name is likely to be used for building, and not only at
           runtime or only for testing.

COPYRIGHT AND LICENSE

       Copyright 2022 gregor herrmann <gregoa@debian.org>
       Copyright 2022 Damyan Ivanov <dmn@debian.org>

       This program is free software; you can redistribute it and/or modify it under the terms of
       either: the GNU General Public License as published by the Free Software Foundation; or
       the Artistic License.

       See <http://dev.perl.org/licenses/> for more information.