From: ivan Date: Tue, 23 Apr 2002 01:37:15 +0000 (+0000) Subject: typo X-Git-Tag: BUSINESS_ONLINEPAYMENT_AUTHORIZENET_3_11~5 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-AuthorizeNet.git;a=commitdiff_plain;h=8bad888bb21187ddb50bda55961f7c29acdb359d typo --- 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'},