diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-02-14 20:56:12 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-02-14 20:56:12 +0000 |
commit | e58230418c6031fba4003db36923ae04ca955ee9 (patch) | |
tree | 7c7d70297b6bb86462290afe5cc2128bf2f3fab6 /t/01compile.t | |
parent | a7a01dced4859d77d9b507c41d7638f3ea873193 (diff) | |
download | urpmi-e58230418c6031fba4003db36923ae04ca955ee9.tar urpmi-e58230418c6031fba4003db36923ae04ca955ee9.tar.gz urpmi-e58230418c6031fba4003db36923ae04ca955ee9.tar.bz2 urpmi-e58230418c6031fba4003db36923ae04ca955ee9.tar.xz urpmi-e58230418c6031fba4003db36923ae04ca955ee9.zip |
kill unused DUDF support (mga#4493)
Diffstat (limited to 't/01compile.t')
-rw-r--r-- | t/01compile.t | 2 |
1 files changed, 1 insertions, 1 deletions
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; |