diff options
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index f428246f..b2d6d6c8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -49,7 +49,7 @@ feature 'Developer tool dependencies', 'FileHandle' => 0; # Rendering options -feature 'PDF and Postscript output' +feature 'PDF and Postscript output', -default => 0, 'Template::Latex' => 0; |