summaryrefslogtreecommitdiffstats
path: root/fake_packages/urpm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'fake_packages/urpm.pm')
-rw-r--r--fake_packages/urpm.pm9
1 files changed, 9 insertions, 0 deletions
diff --git a/fake_packages/urpm.pm b/fake_packages/urpm.pm
new file mode 100644
index 0000000..0fc3515
--- /dev/null
+++ b/fake_packages/urpm.pm
@@ -0,0 +1,9 @@
+package urpm;
+
+sub new {
+ my ($_class) = @_;
+}
+
+sub read_config {
+ my ($_urpm, %_options) = @_;
+}