diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-06 17:33:00 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-06 17:33:00 +0100 |
commit | fe3628595d4e0d1f62260491fd6558514471f677 (patch) | |
tree | 7d5fc6a8af4c82955b93ba9f73223b636b93231f /xt/01-compile-pl.t | |
parent | 22a90b4ead68ce89b7a53d4e81d71221a6735c87 (diff) |
add author tests
Diffstat (limited to 'xt/01-compile-pl.t')
-rwxr-xr-x | xt/01-compile-pl.t | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xt/01-compile-pl.t b/xt/01-compile-pl.t new file mode 100755 index 0000000..f130ac4 --- /dev/null +++ b/xt/01-compile-pl.t @@ -0,0 +1,8 @@ +#!/usr/bin/env perl +use strict; +use warnings; +use 5.010; +use Test::More; +use Test::Compile; + +all_pl_files_ok(); |