diff options
author | Niels Thykier <niels@thykier.net> | 2017-10-08 09:13:08 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2017-10-08 09:13:08 +0000 |
commit | f1491a219311210e190c74671f1c4cd209bb77bf (patch) | |
tree | bcc2f5159555ac3e9b067ef828465cd771d115ce /doc | |
parent | bb1bb4bef459ebe08a535c01c4bdb086b7a40892 (diff) | |
download | debhelper-f1491a219311210e190c74671f1c4cd209bb77bf.tar.gz |
Push the removal of some deprecated items to compat 12
The change list for compat 11 is rather intimidating as it is
currently. Move some of the clean up to compat 12 to reduce the list
a bit.
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PROGRAMMING | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING index 5f3a4629..42ad1ab3 100644 --- a/doc/PROGRAMMING +++ b/doc/PROGRAMMING @@ -171,8 +171,8 @@ doit([$options, ]@command) This will *not* invoke a shell, so meta characters will not have any special meaning. Use complex_doit for that. - NB: In compat 10 and below, there was a bug that would make doit fork a shell - in one special case. This is deprecated and will be removed in compat 11. + NB: In compat 11 and below, there was a bug that would make doit fork a shell + in one special case. This is deprecated and will be removed in compat 12. The detection code for this can be disabled by passing an empty hashref for as $options. This will make doit unconditionally avoid forking a shell. print_and_doit([$options, ]@command) |