summaryrefslogtreecommitdiffstats
path: root/fake_packages/MDV/Distribconf.pm
diff options
context:
space:
mode:
Diffstat (limited to 'fake_packages/MDV/Distribconf.pm')
-rw-r--r--fake_packages/MDV/Distribconf.pm17
1 files changed, 17 insertions, 0 deletions
diff --git a/fake_packages/MDV/Distribconf.pm b/fake_packages/MDV/Distribconf.pm
new file mode 100644
index 0000000..abd441a
--- /dev/null
+++ b/fake_packages/MDV/Distribconf.pm
@@ -0,0 +1,17 @@
+package MDV::Distribconf;
+
+sub new {
+ my ($_class, $_path, $_mediacfg_version) = @_;
+}
+
+sub parse_mediacfg {
+ my ($_distrib, $_mediacfg) = @_;
+}
+
+sub getvalue {
+ my ($_distrib, $_media, $_var) = @_;
+}
+
+sub listmedia {
+ my ($_distrib) = @_;
+}