diff options
author | ivan <ivan> | 2002-04-23 01:37:15 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-04-23 01:37:15 +0000 |
commit | 8bad888bb21187ddb50bda55961f7c29acdb359d (patch) | |
tree | e845659fb231fa03041bc376cd99683f5fa424be | |
parent | f0129cade2265fea564ea56cb7dbcd70cb4776f0 (diff) |
typo
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index f6d8bd9..6563db8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,7 @@ WriteMakefile( #the maintainer #'NORECURS' => 1, # dont descend into subdirectories 'PREREQ_PM' => { 'Net::SSLeay' => 0, - 'Text::CSV_XS' => 0 + 'Text::CSV_XS' => 0, 'Business::OnlinePayment' => 0, }, #'dist' => {CI => 'ci -l'}, |