diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-28 15:04:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-28 15:04:26 -0400 |
commit | 80c6dde6a7f9e29e0e00a775bf5c3bf84d3f9282 (patch) | |
tree | e5af8d8bf4a3136fcb8701e294a793bc3b8e03ab /debhelper.pod | |
parent | 4b62726560265020e5d44453e93e49e8f44aced0 (diff) | |
download | debhelper-80c6dde6a7f9e29e0e00a775bf5c3bf84d3f9282.tar.gz |
In v8 mode, prefer the perl_build buildsystem over perl_makemaker. Closes: #578805
Diffstat (limited to 'debhelper.pod')
-rw-r--r-- | debhelper.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debhelper.pod b/debhelper.pod index a7735b1f..554b7f78 100644 --- a/debhelper.pod +++ b/debhelper.pod @@ -531,6 +531,10 @@ can cause some packages to fail to build. dh requires the sequence to run be specified as the first parameter, and any switches come after it. Ie, use "dh $@ --foo", not "dh --foo $@" +=item + +dh_auto_* prefer to use perl's Module::Build in preference to Makefile.PL. + =back =back |