diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2008-01-17 17:56:38 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2008-01-17 17:56:38 +0000 |
commit | b50997c678d8a2235ab766d23a2378f679e3543f (patch) | |
tree | ce7807af84536beb0e96f59131eaa1affd539155 /lib | |
parent | 9cedd9938ed1afaf9469ff817db9fa78e6de3302 (diff) | |
download | perl-MDV-Distribconf-b50997c678d8a2235ab766d23a2378f679e3543f.tar perl-MDV-Distribconf-b50997c678d8a2235ab766d23a2378f679e3543f.tar.gz perl-MDV-Distribconf-b50997c678d8a2235ab766d23a2378f679e3543f.tar.bz2 perl-MDV-Distribconf-b50997c678d8a2235ab766d23a2378f679e3543f.tar.xz perl-MDV-Distribconf-b50997c678d8a2235ab766d23a2378f679e3543f.zip |
- 4.004.00
Diffstat (limited to 'lib')
-rw-r--r-- | lib/MDV/Distribconf.pm | 2 | ||||
-rw-r--r-- | lib/MDV/Distribconf/MediaCFG.pm | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lib/MDV/Distribconf.pm b/lib/MDV/Distribconf.pm index a06bc3b..f39bd7e 100644 --- a/lib/MDV/Distribconf.pm +++ b/lib/MDV/Distribconf.pm @@ -2,7 +2,7 @@ package MDV::Distribconf; # $Id$ -our $VERSION = '3.14'; +our $VERSION = '4.00'; =head1 NAME diff --git a/lib/MDV/Distribconf/MediaCFG.pm b/lib/MDV/Distribconf/MediaCFG.pm index 16f80c1..b55080e 100644 --- a/lib/MDV/Distribconf/MediaCFG.pm +++ b/lib/MDV/Distribconf/MediaCFG.pm @@ -47,6 +47,10 @@ refers to a value specific to the media (name, ...) =back +=head2 4 + +This version support xml files as replacement of hdlist/synthesis. + =head1 VALUE =cut |