From 896a4fd600daba2e5259a79ba5bc9b2a5cf00f8b Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 27 May 2006 00:12:12 -0700 Subject: [PATCH] text.in now use Debbugs::Config so the variables it uses are included --- scripts/text.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/text.in b/scripts/text.in index a1df9194..9c613abf 100644 --- a/scripts/text.in +++ b/scripts/text.in @@ -1,4 +1,7 @@ # $Id: text.in,v 1.23 2003/09/18 11:20:54 joy Exp $ +# -*- mode: cperl -*- + +use Debbugs::Config qw(:globals); ############################################################################ # Here is a blurb to point people to ftp archive of directions. It is -- 2.39.5