aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.pm')
-rw-r--r--URPM.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/URPM.pm b/URPM.pm
index afe43f4..11b4447 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -133,3 +133,14 @@ sub traverse_tag {
$count;
}
+
+package URPM::Package;
+our @ISA = qw(); # help perl_checker
+
+package URPM::Transaction;
+our @ISA = qw(); # help perl_checker
+
+package URPM::DB;
+our @ISA = qw(); # help perl_checker
+
+1;