From e58230418c6031fba4003db36923ae04ca955ee9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 14 Feb 2012 20:56:12 +0000 Subject: kill unused DUDF support (mga#4493) --- t/01compile.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/01compile.t b/t/01compile.t index e1b859c7..2b81d0c3 100644 --- a/t/01compile.t +++ b/t/01compile.t @@ -4,7 +4,7 @@ use strict; use warnings; use Test::More tests => 26; -for my $module (grep { !/dudf/ } glob("urpm/*.pm")) { +for my $module (glob("urpm/*.pm")) { $module =~ s,/,::,g; $module =~ s,\.pm$,,; use_ok $module; -- cgit v1.2.1