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, 0 insertions, 9 deletions
diff --git a/fake_packages/urpm.pm b/fake_packages/urpm.pm
deleted file mode 100644
index 0fc3515..0000000
--- a/fake_packages/urpm.pm
+++ /dev/null
@@ -1,9 +0,0 @@
-package urpm;
-
-sub new {
- my ($_class) = @_;
-}
-
-sub read_config {
- my ($_urpm, %_options) = @_;
-}