diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-08-16 18:30:10 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-08-16 18:30:10 +0000 |
commit | 0e0eed69dff5f9929ba5ab3a9418dda8e5c7e526 (patch) | |
tree | 10c3863ec66b2a26807af0bc6077483161a2d61b | |
parent | 3c9c267b938952847840d0ebde2f4c6e33145633 (diff) |
Change Template::Latex to refer to the name cpan can find
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2269 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index b2d6d6c8..934c4c13 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -51,7 +51,7 @@ feature 'Developer tool dependencies', # Rendering options feature 'PDF and Postscript output', -default => 0, - 'Template::Latex' => 0; + 'Template::Plugin::Latex' => 0; feature 'OpenOffice.org output', -default => 0, |