chiark / gitweb /
Infra: Introduce Debian::Dgit::Infra
[dgit.git] / Debian / Dgit / Infra.pm
diff --git a/Debian/Dgit/Infra.pm b/Debian/Dgit/Infra.pm
new file mode 100644 (file)
index 0000000..1f2c702
--- /dev/null
@@ -0,0 +1,10 @@
+# -*- perl -*-
+
+package Debian::Dgit::Infra;
+
+use strict;
+use warnings;
+
+# push @INC, q{usr/share/dgit/infra/perl5}; ###substituted###
+
+1;