diff options
author | Niels Thykier <niels@thykier.net> | 2017-10-22 08:47:17 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2017-10-22 08:47:17 +0000 |
commit | efdc391dc5eaa3052a45a9519c9f61d59e53ab98 (patch) | |
tree | 90cf5444899d5912de2a4947df74f6af4d1e983d /dh_testroot | |
parent | 72b0763c3b13b6498f5d4287ee4fd6c13d513a55 (diff) | |
download | debhelper-efdc391dc5eaa3052a45a9519c9f61d59e53ab98.tar.gz |
dh_testroot: Add =encoding UTF-8
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'dh_testroot')
-rwxr-xr-x | dh_testroot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dh_testroot b/dh_testroot index e486a54e..91ac26a6 100755 --- a/dh_testroot +++ b/dh_testroot @@ -1,5 +1,7 @@ #!/usr/bin/perl +=encoding UTF-8 + =head1 NAME dh_testroot - ensure that a package is built with necessary level of root permissions |