diff options
author | jeff <jeff> | 2007-09-26 21:53:00 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-09-26 21:53:00 +0000 |
commit | 33468536729cb00592ce4ac4af3594b32a8bddb5 (patch) | |
tree | 2f6bcabb3610db3eb18c81fcadc71d370f1090d6 /Makefile.PL |
Initial importstart
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..f9eaa1a --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,13 @@ +use ExtUtils::MakeMaker; +# See lib/ExtUtils/MakeMaker.pm for details of how to influence +# the contents of the Makefile that is written. +WriteMakefile( + 'NAME' => 'Business::OnlinePayment::viaKLIX', + 'VERSION_FROM' => 'viaKLIX.pm', # finds $VERSION + 'AUTHOR' => 'Jeff Finucane <jeff@cmh.net>', + 'PREREQ_PM' => { + 'Business::OnlinePayment' => 3, + 'Business::OnlinePayment::HTTPS' => 0.04, + 'Business::CreditCard' => 0.27, + }, +); |