diff options
author | ivan <ivan> | 2008-07-02 21:12:16 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-07-02 21:12:16 +0000 |
commit | d6841e2123a312b9ac18b0d030c79389a778a7df (patch) | |
tree | c60e344a8a02e7577709c5db8aaea0986b03af16 /Makefile.PL | |
parent | e91f3ad5f7416debd2f32917e0b6cb96e5616565 (diff) |
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index a9667c6..5b80882 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,7 @@ WriteMakefile( #the maintainer #'NORECURS' => 1, # dont descend into subdirectories 'PREREQ_PM' => { - 'Business::OnlinePayment' => 0, + 'Business::OnlinePayment' => 3, # for HTTPS (maybe it should be a separate dist?) 'URI::Escape' => 0, |