summaryrefslogtreecommitdiffstats
path: root/testing/resources/perl_hooks_repo/bin/pre-commit-perl-hello
blob: 9474009a145576b43ca39d1bc3c01b337bcf6f97 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env perl

use strict;
use warnings;
use PreCommitHello;

PreCommitHello::hello();