jonswar / perl-mason

Mason 2
58 stars 20 forks source link

Minor cleanups #29

Open paultcochrane opened 9 years ago

paultcochrane commented 9 years ago

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).