summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorjeff <jeff>2006-11-21 21:35:42 +0000
committerjeff <jeff>2006-11-21 21:35:42 +0000
commit08916d3727cd4d463c06b2e595b4e38b3dcb358a (patch)
tree2b847f2b75967e0d9af8b6fe481e8cd5beff52bb /Makefile.PL
Initial importstart
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644
index 0000000..6241c05
--- /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::USAePay',
+ 'VERSION_FROM' => 'USAePay.pm', # finds $VERSION
+ 'AUTHOR' => 'Jeff Finucane <jeff@cmh.net>',
+ 'PREREQ_PM' => {
+ 'Business::OnlinePayment' => 3,
+ 'Business::OnlinePayment::HTTPS' => 0.04,
+ 'Business::CreditCard' => 0.27,
+ },
+);