From 8361717ed079f031eccf4e9713997b40d7a8035f Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 28 Oct 2005 14:10:21 +0000 Subject: Use new MDV namespace --- t/parse.t | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 't/parse.t') 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; -- cgit v1.2.1