diff options
Diffstat (limited to 'testing/resources/perl_hooks_repo/bin')
-rwxr-xr-x | testing/resources/perl_hooks_repo/bin/pre-commit-perl-hello | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/testing/resources/perl_hooks_repo/bin/pre-commit-perl-hello b/testing/resources/perl_hooks_repo/bin/pre-commit-perl-hello deleted file mode 100755 index 9474009..0000000 --- a/testing/resources/perl_hooks_repo/bin/pre-commit-perl-hello +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env perl - -use strict; -use warnings; -use PreCommitHello; - -PreCommitHello::hello(); |