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 --- Debian/Dgit/Infra.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Debian/Dgit/Infra.pm (limited to 'Debian/Dgit/Infra.pm') 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; -- cgit v1.2.3