summaryrefslogtreecommitdiffstats
path: root/t/Support/Systemexec.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/Support/Systemexec.pm')
-rw-r--r--t/Support/Systemexec.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/Support/Systemexec.pm b/t/Support/Systemexec.pm
index eee445c14..676ee02a4 100644
--- a/t/Support/Systemexec.pm
+++ b/t/Support/Systemexec.pm
@@ -1,4 +1,6 @@
-package Systemexec;
+# -*- Mode: perl; indent-tabs-mode: nil -*-
+
+package Support::Systemexec;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(system exec);