summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Compression/FileHandle.pm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Dpkg/Compression/FileHandle.pm')
-rw-r--r--scripts/Dpkg/Compression/FileHandle.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Dpkg/Compression/FileHandle.pm b/scripts/Dpkg/Compression/FileHandle.pm
index 9ef57167a..6fbb7c0b5 100644
--- a/scripts/Dpkg/Compression/FileHandle.pm
+++ b/scripts/Dpkg/Compression/FileHandle.pm
@@ -26,7 +26,7 @@ use Dpkg::Gettext;
use Dpkg::ErrorHandling;
use POSIX qw(:signal_h :sys_wait_h);
-use base qw(FileHandle Tie::Handle);
+use parent qw(FileHandle Tie::Handle);
# Useful reference to understand some kludges required to
# have the object behave like a filehandle