summaryrefslogtreecommitdiff
path: root/Debian/Dgit/Infra.pm
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 /Debian/Dgit/Infra.pm
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 'Debian/Dgit/Infra.pm')
-rw-r--r--Debian/Dgit/Infra.pm10
1 files changed, 10 insertions, 0 deletions
diff --git a/Debian/Dgit/Infra.pm b/Debian/Dgit/Infra.pm
new file mode 100644
index 0000000..1f2c702
--- /dev/null
+++ b/Debian/Dgit/Infra.pm
@@ -0,0 +1,10 @@
+# -*- perl -*-
+
+package Debian::Dgit::Infra;
+
+use strict;
+use warnings;
+
+# push @INC, q{usr/share/dgit/infra/perl5}; ###substituted###
+
+1;