diff options
Diffstat (limited to 'fake_packages/urpm.pm')
-rw-r--r-- | fake_packages/urpm.pm | 9 |
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) = @_; -} |