diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-07-30 13:15:58 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-07-30 13:15:58 +0000 |
commit | acbc56d621004e5ea6588391f9822dfc4347a8fe (patch) | |
tree | fbbeadbe5a5f0533365f6fc91e1063a99ee00f36 /t | |
parent | 0e0a78df556e80f468902e65c53ee2f38eaa3eae (diff) | |
download | urpmi-acbc56d621004e5ea6588391f9822dfc4347a8fe.tar urpmi-acbc56d621004e5ea6588391f9822dfc4347a8fe.tar.gz urpmi-acbc56d621004e5ea6588391f9822dfc4347a8fe.tar.bz2 urpmi-acbc56d621004e5ea6588391f9822dfc4347a8fe.tar.xz urpmi-acbc56d621004e5ea6588391f9822dfc4347a8fe.zip |
dudf patch from Olivier Rosello for the Mancoosi project
Diffstat (limited to '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 2b81d0c3..d4c65cb1 100644 --- a/t/01compile.t +++ b/t/01compile.t @@ -2,7 +2,7 @@ use strict; use warnings; -use Test::More tests => 26; +use Test::More tests => 27; for my $module (glob("urpm/*.pm")) { $module =~ s,/,::,g; |