pre-commit hook should use /usr/bin/env perl shebang
Wouldn't #!/usr/bin/env perl be a better shebang line for the pre-commit hook? I always run into trouble because I'm not using the system perl but another one I've installed. It works fine with this change.