From 2f0ad7212cb62c079658cf0a8bacaf3579824679 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 28 Oct 2005 09:24:03 +0000 Subject: Fix module name in docs --- lib/MDV/Distribconf.pm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lib/MDV/Distribconf.pm') diff --git a/lib/MDV/Distribconf.pm b/lib/MDV/Distribconf.pm index e94a852..d43a62c 100644 --- a/lib/MDV/Distribconf.pm +++ b/lib/MDV/Distribconf.pm @@ -6,13 +6,13 @@ our $VERSION = '1.00'; =head1 NAME -Distribconf - perl module to get config from a Mandriva Linux distribution tree +MDV::Distribconf - perl module to get config from a Mandriva Linux distribution tree =head1 SYNOPSIS - use Distribconf; + use MDV::Distribconf; - my $d = Distribconf->new("/path/to/the/distribution/root"); + my $d = MDV::Distribconf->new("/path/to/the/distribution/root"); $d->load() or die "This doesn't seem to be a distribution tree\n"; @@ -23,7 +23,7 @@ Distribconf - perl module to get config from a Mandriva Linux distribution tree =head1 DESCRIPTION -Distribconf is a module to get/write the configuration of a Mandriva Linux +MDV::Distribconf is a module to get/write the configuration of a Mandriva Linux distribution tree. This configuration is stored in a file called F, aimed at replacing the old-style F file. @@ -102,13 +102,13 @@ F, can't be owerwritten, and is only used internally. =item B The default path relative to the 'root' path where media are -located. Distribconf is supposed to configure this automatically +located. MDV::Distribconf is supposed to configure this automatically to C or to C, depending on the OS version. =item B The default path relative to the 'root' path where distrib metadata -are located. Distribconf is supposed to configure this automatically +are located. MDV::Distribconf is supposed to configure this automatically to C or to C, depending on the OS version. @@ -158,9 +158,9 @@ use strict; use warnings; use Config::IniFiles; -=head2 Distribconf->new($root) +=head2 MDV::Distribconf->new($root) -Returns a new Distribconf object, C<$root> being the top level +Returns a new MDV::Distribconf object, C<$root> being the top level directory of the tree. =cut -- cgit v1.2.1