aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.pm')
-rw-r--r--URPM.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/URPM.pm b/URPM.pm
index 4d21c17..98e254f 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -11,8 +11,10 @@ URPM->bootstrap($VERSION);
sub new {
my ($class) = @_;
bless {
- depslist => [],
- provides => {},
+ depslist => [],
+ provides => {},
+ media => [],
+ options => {},
}, $class;
}