From 47f364820b92404fa5e169757f3731b0ed629784 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 24 Nov 2005 15:26:28 +0000 Subject: Avoid redefinition warnings when loading several parallel modules --- t/01compile.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 't') diff --git a/t/01compile.t b/t/01compile.t index 366848aa..d77c1a7e 100644 --- a/t/01compile.t +++ b/t/01compile.t @@ -1,6 +1,8 @@ #!/usr/bin/perl use strict; +use warnings; +no warnings 'redefine'; use Test::More tests => 10; for my $module (glob("urpm/*.pm")) { -- cgit v1.2.1