This PR merely makes two minor cleanups to the distribution. It ignores the .build directory created by DistZilla so that this directory isn't shown in git status output; and it makes the example code in lib/Mason.pm use a more general shebang line which would allow users to use the perl in their path and not specifically that under /usr/local/bin (which probably doesn't exist on many systems these days).
This PR merely makes two minor cleanups to the distribution. It ignores the
.build
directory created by DistZilla so that this directory isn't shown ingit status
output; and it makes the example code inlib/Mason.pm
use a more general shebang line which would allow users to use theperl
in their path and not specifically that under/usr/local/bin
(which probably doesn't exist on many systems these days).