summaryrefslogtreecommitdiff
path: root/t/01_compile.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01_compile.t')
-rw-r--r--t/01_compile.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/01_compile.t b/t/01_compile.t
new file mode 100644
index 0000000..342ab47
--- /dev/null
+++ b/t/01_compile.t
@@ -0,0 +1,5 @@
+use strict;
+use warnings;
+use Test::More tests => 1;
+
+use_ok( 'File::Which' );