summaryrefslogtreecommitdiff
path: root/scripts/dpkg-buildpackage.pl
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2008-12-07 00:18:21 +0200
committerGuillem Jover <guillem@debian.org>2008-12-09 05:46:33 +0200
commita65b2bfb1efba657f99771019601ddaf609c2bf8 (patch)
tree55597963444e0812576ec095eaafe38542557359 /scripts/dpkg-buildpackage.pl
parent07efbb0889fcc6fab678ee727fc7c4013b163b53 (diff)
downloaddpkg-a65b2bfb1efba657f99771019601ddaf609c2bf8.tar.gz
Dpkg::ErrorHandling: Export public functions by default
The remaining non exported functions and variables need to, either disappear, move to some better place, be renamed, or for variables to get hidden through a getter/setter.
Diffstat (limited to 'scripts/dpkg-buildpackage.pl')
-rwxr-xr-xscripts/dpkg-buildpackage.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/dpkg-buildpackage.pl b/scripts/dpkg-buildpackage.pl
index ce0159962..975bda836 100755
--- a/scripts/dpkg-buildpackage.pl
+++ b/scripts/dpkg-buildpackage.pl
@@ -8,8 +8,7 @@ use File::Basename;
use Dpkg;
use Dpkg::Gettext;
-use Dpkg::ErrorHandling qw(warning error failure syserr subprocerr usageerr
- $warnable_error);
+use Dpkg::ErrorHandling qw($warnable_error);
use Dpkg::BuildOptions;
use Dpkg::Compression;
use Dpkg::Version qw(check_version);