Lintian::Util (3) Linux Manual Page
Lintian::Util – Lintian utility functions Synopsis use Lintian::Util qw(normalize_pkg_path); my $path = normalize_pkg_path(‘usr/bin/’, ‘../lib/git-core/git-pull’); if (defined $path) { # … }DescriptionThis module contains a number of utility subs that are nice to have, but on their own did not warrant their own module. Most subs are imported only on request. Variables$PKGNAME_REGEX Regular expression that matches…
