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/00-compile-pm.t | |
parent | 22a90b4ead68ce89b7a53d4e81d71221a6735c87 (diff) |
add author tests
Diffstat (limited to 'xt/00-compile-pm.t')
-rwxr-xr-x | xt/00-compile-pm.t | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xt/00-compile-pm.t b/xt/00-compile-pm.t new file mode 100755 index 0000000..2476ab2 --- /dev/null +++ b/xt/00-compile-pm.t @@ -0,0 +1,8 @@ +#!/usr/bin/env perl +use strict; +use warnings; +use 5.010; +use Test::More; +use Test::Compile; + +all_pm_files_ok(); |