summaryrefslogtreecommitdiff
path: root/scripts/Dpkg.pm
diff options
context:
space:
mode:
authorRaphael Hertzog <hertzog@debian.org>2007-12-29 15:07:53 +0100
committerRaphael Hertzog <hertzog@debian.org>2007-12-29 15:07:53 +0100
commit22ddeee0236bdff13745c1c4c4f81c1f30951138 (patch)
tree81fd917388440b4274f88c6645403af89f908f7a /scripts/Dpkg.pm
parentc7fbf08ac94945e2c4a9de92b1dfd4d885d0a3af (diff)
downloaddpkg-22ddeee0236bdff13745c1c4c4f81c1f30951138.tar.gz
Add a warning to avoid adding unnecessary stuff in Dpkg.pm
Diffstat (limited to 'scripts/Dpkg.pm')
-rw-r--r--scripts/Dpkg.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/Dpkg.pm b/scripts/Dpkg.pm
index 7886018dc..4a5dcbbf3 100644
--- a/scripts/Dpkg.pm
+++ b/scripts/Dpkg.pm
@@ -3,6 +3,12 @@ package Dpkg;
use strict;
use warnings;
+# This module is the only one provided by dpkg and not dpkg-dev
+#
+# Don't add things here if you don't need them in dpkg itself.
+# If you do, and also use the new stuff in dpkg-dev, you'll have to bump
+# the dependency of dpkg-dev on dpkg.
+
use base qw(Exporter);
our @EXPORT = qw($version $progname $admindir $dpkglibdir $pkgdatadir);