aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-10-28 14:10:21 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-10-28 14:10:21 +0000
commit8361717ed079f031eccf4e9713997b40d7a8035f (patch)
treef040faafffa0a2b3768ed726815cdd0693273282 /t
parent7a69f127cbc89d5f5cfa3ddc30221695fdf85db6 (diff)
downloadperl-URPM-8361717ed079f031eccf4e9713997b40d7a8035f.tar
perl-URPM-8361717ed079f031eccf4e9713997b40d7a8035f.tar.gz
perl-URPM-8361717ed079f031eccf4e9713997b40d7a8035f.tar.bz2
perl-URPM-8361717ed079f031eccf4e9713997b40d7a8035f.tar.xz
perl-URPM-8361717ed079f031eccf4e9713997b40d7a8035f.zip
Use new MDV namespace
Diffstat (limited to 't')
-rw-r--r--t/parse.t10
1 files changed, 1 insertions, 9 deletions
diff --git a/t/parse.t b/t/parse.t
index ace8553..9bcc24c 100644
--- a/t/parse.t
+++ b/t/parse.t
@@ -4,16 +4,8 @@
use strict;
use warnings;
-
-BEGIN {
- eval { require Packdrakeng };
- if ($@) {
- print "1..0 # SKIP: no Packdrakeng here\n";
- exit 0;
- }
-}
-
use Test::More tests => 24;
+use MDV::Packdrakeng;
use URPM;
use URPM::Build;
use URPM::Query;