summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-02-26 15:26:31 -0400
committerJoey Hess <joey@kitenet.net>2011-02-26 15:26:31 -0400
commit7b95e4c3c06df8a061ea4ea9d7cb4b3d82ac32ec (patch)
treeb9544d687a480983c3c4b76a2cc9b8efc0ccc497
parente574ab9ebe44a392e4087bbf24aa4d8bb9ef22de (diff)
typo
-rw-r--r--debhelper.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/debhelper.pod b/debhelper.pod
index 1a6e6cd0..f541a7e9 100644
--- a/debhelper.pod
+++ b/debhelper.pod
@@ -528,7 +528,7 @@ can cause some packages to fail to build.
B<dh> requires the sequence to run be specified as the first parameter, and
any switches come after it. Ie, use "B<dh $@ --foo>", not "B<dh --foo $@>".
-=item
+=item -
B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to F<Makefile.PL>.