* Mattia Rizzolo <[email protected]>, 2015-10-14, 17:28:
I wonder if just using
   $file =~ m/_build_/
instaead of
   $file =~ m/_build_buildd/
is sane enough.

There are legitimate manpages that have "_build_" in their name, for example:
/usr/share/man/man1/slonik_build_env.1.gz (in slony1-2-bin)

This should be okay:

$file =~ m{/_build_}

--
Jakub Wilk

Reply via email to