diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-03-01 12:29:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-03-01 12:29:41 +0000 |
commit | 3cca234ca5c20d3917a8e9a7323528af7c00827f (patch) | |
tree | 36aa4d91c5df3471a35ac3571ed01f3595b6d373 /t/01compile.t | |
parent | 1990ebb82a9b1d26df548d88c05b43ae2418b19f (diff) | |
download | urpmi-3cca234ca5c20d3917a8e9a7323528af7c00827f.tar urpmi-3cca234ca5c20d3917a8e9a7323528af7c00827f.tar.gz urpmi-3cca234ca5c20d3917a8e9a7323528af7c00827f.tar.bz2 urpmi-3cca234ca5c20d3917a8e9a7323528af7c00827f.tar.xz urpmi-3cca234ca5c20d3917a8e9a7323528af7c00827f.zip |
urpm/cdrom.pm has been added
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 58ef0907..03410fca 100644 --- a/t/01compile.t +++ b/t/01compile.t @@ -2,7 +2,7 @@ use strict; use warnings; -use Test::More tests => 24; +use Test::More tests => 25; for my $module (glob("urpm/*.pm")) { $module =~ s,/,::,g; |