From fd9ce6c0c8b3d7b8816e80bffee436c50eb7cbb9 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 17 Nov 2018 12:02:39 +0100 Subject: initial commit Signed-off-by: Florian Pritz --- t/compile.t | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 t/compile.t (limited to 't/compile.t') diff --git a/t/compile.t b/t/compile.t new file mode 100644 index 0000000..e8e5f22 --- /dev/null +++ b/t/compile.t @@ -0,0 +1,9 @@ +use strict; +use Test::More 0.98; + +use_ok $_ for qw( + App::ArchLinux::PackagerTools +); + +done_testing; + -- cgit v1.2.3-24-g4f1b