diff options
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index d59a811..9fec758 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -76,6 +76,7 @@ WriteMakefile( INC => '', LIBS => [ '' ], INSTALLDIRS => 'vendor', + MAN3PODS => {}, dist => { COMPRESS => 'bzip2 --best', SUFFIX => '.bz2', |