From 6f4f5ae9f37abaedff2bd6af0b3581e837f86065 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 6 Dec 2005 14:47:26 +0000 Subject: The parallel handlers define the same function. This could lead to warnings; silence them. --- t/01compile.t | 1 - 1 file changed, 1 deletion(-) (limited to 't') diff --git a/t/01compile.t b/t/01compile.t index d77c1a7e..753c5ff6 100644 --- a/t/01compile.t +++ b/t/01compile.t @@ -2,7 +2,6 @@ use strict; use warnings; -no warnings 'redefine'; use Test::More tests => 10; for my $module (glob("urpm/*.pm")) { -- cgit v1.2.1