pre-commit/testing/resources/perl_hooks_repo/bin/pre-commit-perl-hello
2020-02-01 15:41:14 +02:00

7 lines
93 B
Perl
Executable file

#!/usr/bin/env perl
use strict;
use warnings;
use PreCommitHello;
PreCommitHello::hello();