summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
Diffstat (limited to 'dh')
-rwxr-xr-xdh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh b/dh
index 2e7385f4..9a6af325 100755
--- a/dh
+++ b/dh
@@ -8,7 +8,6 @@ dh - debhelper command sequencer
use strict;
use Debian::Debhelper::Dh_Lib;
-use File::Spec;
=head1 SYNOPSIS
@@ -339,6 +338,7 @@ if ($dh{LIST}) {
my %addons;
for my $inc (@INC) {
+ eval q{use File::Spec};
my $path = File::Spec->catdir($inc, "Debian/Debhelper/Sequence");
if (-d $path) {
for my $module_path (glob "$path/*.pm") {