aboutsummaryrefslogtreecommitdiff
path: root/t/TEST.PL
diff options
context:
space:
mode:
Diffstat (limited to 't/TEST.PL')
-rw-r--r--t/TEST.PL10
1 files changed, 10 insertions, 0 deletions
diff --git a/t/TEST.PL b/t/TEST.PL
new file mode 100644
index 0000000..6c1c41c
--- /dev/null
+++ b/t/TEST.PL
@@ -0,0 +1,10 @@
+#!perl
+
+use strict;
+use warnings FATAL => 'all';
+
+use lib qw(lib);
+
+use Apache::TestRunPerl ();
+
+Apache::TestRunPerl->new->run(@ARGV);