summaryrefslogtreecommitdiff
path: root/infra/dgit-ssh-dispatch
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-15 17:04:33 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-15 19:38:09 +0100
commit02bc0d2ca13bda7484c72b30cd20a7e36097da34 (patch)
tree9fc0ff0fc66d843308e00c3c920f182901d7f3dc /infra/dgit-ssh-dispatch
parent55b092f4e1b4a3330fa367b6bf1da2fbca419085 (diff)
Infra: Introduce Debian::Dgit::Infra
This is used by all the Perl in dgit-infrastructure.deb. So far it does nothing, so no functional change. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'infra/dgit-ssh-dispatch')
-rwxr-xr-xinfra/dgit-ssh-dispatch1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/dgit-ssh-dispatch b/infra/dgit-ssh-dispatch
index 17cf358..c5861d2 100755
--- a/infra/dgit-ssh-dispatch
+++ b/infra/dgit-ssh-dispatch
@@ -18,6 +18,7 @@
use strict;
+use Debian::Dgit::Infra; # must precede Debian::Dgit; - can change @INC!
use Debian::Dgit;
setup_sigwarn();