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.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/00-prereqs.t b/t/00-prereqs.t
new file mode 100644
index 0000000..5bfc2c6
--- /dev/null
+++ b/t/00-prereqs.t
@@ -0,0 +1,6 @@
+use Test::More;
+plan skip_all => 'Set DEVEL_TESTS to run these tests'
+ unless $ENV{DEVEL_TESTS};
+eval "use Test::Prereq::Build";
+plan skip_all => "Test::Prereq::Build required to test dependencies" if $@;
+prereq_ok();