summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2008-01-04 23:35:41 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2008-01-04 23:35:41 +0000
commite43b6880cfcc76258e95174b1d20c5846a756d9b (patch)
tree1bf48530539781d47d9c88c523905c797fabf914 /Makefile.PL
parentd1cee3ebd0c0b20896b8189f56f0c4885a06bb4c (diff)
Add missing comma that triggered bug 1863479
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2028 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
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;