diff options
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index daa21a6..f6d8bd9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,6 +7,9 @@ WriteMakefile( 'AUTHOR' => 'Ivan Kohler <ivan-authorizenet@420.am>', #really just #the maintainer #'NORECURS' => 1, # dont descend into subdirectories - 'PREREQ_PM' => {'Net::SSLeay' => 0, 'Text::CSV_XS' => 0}, + 'PREREQ_PM' => { 'Net::SSLeay' => 0, + 'Text::CSV_XS' => 0 + 'Business::OnlinePayment' => 0, + }, #'dist' => {CI => 'ci -l'}, ); |