summaryrefslogtreecommitdiff
path: root/scripts/t/800_Dpkg_IPC.t
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/t/800_Dpkg_IPC.t')
-rw-r--r--scripts/t/800_Dpkg_IPC.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/t/800_Dpkg_IPC.t b/scripts/t/800_Dpkg_IPC.t
index 4af1d7b72..c49d0dd28 100644
--- a/scripts/t/800_Dpkg_IPC.t
+++ b/scripts/t/800_Dpkg_IPC.t
@@ -13,10 +13,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-use Test::More tests => 8;
-
use strict;
use warnings;
+
+use Test::More tests => 8;
use File::Temp qw(tempfile);
use_ok('Dpkg::IPC');