From e54df633c60ed89dc9fed2c43b1ad6d07f439fc9 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sat, 5 Jan 2013 03:44:46 +0100 Subject: scripts: Do not inherit from Exporter just import its import Do not use base which is bloated, and we don't need any other of Exporter's inherited methods anyway. --- scripts/Dpkg/Source/Functions.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Dpkg/Source') diff --git a/scripts/Dpkg/Source/Functions.pm b/scripts/Dpkg/Source/Functions.pm index dcb23af98..2ee93917b 100644 --- a/scripts/Dpkg/Source/Functions.pm +++ b/scripts/Dpkg/Source/Functions.pm @@ -18,7 +18,7 @@ use warnings; our $VERSION = '0.01'; -use base qw(Exporter); +use Exporter qw(import); our @EXPORT_OK = qw(erasedir fixperms fs_time is_binary); use Dpkg::ErrorHandling; -- cgit v1.2.3