summaryrefslogtreecommitdiff
path: root/t/00-prereqs.t
diff options
context:
space:
mode:
Diffstat (limited to 't/00-prereqs.t')
-rw-r--r--t/00-prereqs.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/00-prereqs.t b/t/00-prereqs.t
new file mode 100644
index 0000000..5d39ddf
--- /dev/null
+++ b/t/00-prereqs.t
@@ -0,0 +1,4 @@
+use Test::More;
+eval "use Test::Prereq::Build";
+plan skip_all => "Test::Prereq::Build required to test dependencies" if $@;
+prereq_ok();