From 02bc0d2ca13bda7484c72b30cd20a7e36097da34 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 15 Oct 2016 17:04:33 +0100 Subject: 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 --- infra/dgit-repos-policy-trusting | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'infra/dgit-repos-policy-trusting') diff --git a/infra/dgit-repos-policy-trusting b/infra/dgit-repos-policy-trusting index 0620b70..b551d50 100755 --- a/infra/dgit-repos-policy-trusting +++ b/infra/dgit-repos-policy-trusting @@ -38,7 +38,10 @@ delibs=$1 ; shift bitmask=0 policyflags () { - perl -e 'use Debian::Dgit qw(:policyflags); print '$1',"\n"' + perl -e ' + use Debian::Dgit::Infra; + use Debian::Dgit qw(:policyflags); print '$1',"\n" + ' } set -e -- cgit v1.2.3