1
0
Fork 0
pre-commit/testing/resources/perl_hooks_repo/bin/pre-commit-perl-hello

8 lines
93 B
Text
Raw Normal View History

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