summaryrefslogtreecommitdiff
path: root/t/00_load.t
diff options
context:
space:
mode:
Diffstat (limited to 't/00_load.t')
-rw-r--r--t/00_load.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/00_load.t b/t/00_load.t
new file mode 100644
index 0000000..f895158
--- /dev/null
+++ b/t/00_load.t
@@ -0,0 +1,5 @@
+use strict;
+use warnings;
+use Test::UseAllModules;
+
+BEGIN { all_uses_ok(); }