From b4eeb8c03a03ab7531103bd8b708d64d62264f9f Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 15 Nov 2005 11:22:04 +0000 Subject: Use modules in the new namespace MDV:: --- dumpdistribconf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dumpdistribconf') diff --git a/dumpdistribconf b/dumpdistribconf index 2047072..c462606 100755 --- a/dumpdistribconf +++ b/dumpdistribconf @@ -4,7 +4,7 @@ use strict; use Getopt::Long; -use Distribconf::Build; +use MDV::Distribconf::Build; use Pod::Usage; sub usage () { @@ -24,8 +24,8 @@ GetOptions( @ARGV or usage; foreach (@ARGV) { - print "Using root $_...\n"; - my $d = Distribconf::Build->new($_); + warn "Using root $_...\n"; + my $d = MDV::Distribconf::Build->new($_); $d->load or do { warn "Can't load configuration from $_\n"; next; -- cgit v1.2.1