Add basic perl repo test

This commit is contained in:
Ville Skyttä 2020-02-01 15:41:14 +02:00
parent aee7843bec
commit 1295364986
7 changed files with 52 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#!/usr/bin/env perl
use strict;
use warnings;
use PreCommitHello;
PreCommitHello::hello();