summaryrefslogtreecommitdiff
path: root/dh_undocumented
diff options
context:
space:
mode:
Diffstat (limited to 'dh_undocumented')
-rwxr-xr-xdh_undocumented3
1 files changed, 1 insertions, 2 deletions
diff --git a/dh_undocumented b/dh_undocumented
index b1b7b16c..93328ad0 100755
--- a/dh_undocumented
+++ b/dh_undocumented
@@ -6,8 +6,7 @@
# Also, it looks for debian/undocumented files for more lists of
# undocumented man pages.
-BEGIN { push @INC, "debian", "/usr/share/debhelper" }
-use Dh_Lib;
+use Debian::Debhelper::Dh_Lib;
init();
foreach $PACKAGE (@{$dh{DOPACKAGES}}) {