From e446e8308e654785721d8036a1d53633207053f0 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 9 Feb 2001 01:38:37 +0000 Subject: r421: use strict --- dh_testroot | 1 + 1 file changed, 1 insertion(+) (limited to 'dh_testroot') diff --git a/dh_testroot b/dh_testroot index 0d1e2bda..9192f853 100755 --- a/dh_testroot +++ b/dh_testroot @@ -2,6 +2,7 @@ # # Checks to make sure you are root. +use strict; use Debian::Debhelper::Dh_Lib; if ($< != 0) { -- cgit v1.2.3