From 7af3e137d97474aa364a585359bbfb400f0594cf Mon Sep 17 00:00:00 2001 From: fbriere Date: Mon, 13 Feb 2006 21:10:31 +0000 Subject: Initial import --- Makefile.PL | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 Makefile.PL (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL new file mode 100755 index 0000000..e59aed9 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,14 @@ +use 5.008; +use ExtUtils::MakeMaker; + +WriteMakefile( + NAME => 'Business::OnlinePayment::InternetSecure', + AUTHOR => 'Frederic Briere ', + VERSION_FROM => 'InternetSecure.pm', + ABSTRACT_FROM => 'InternetSecure.pm', + PREREQ_PM => { + 'Business::OnlinePayment' => 0, + 'Net::SSLeay' => 0, + 'XML::Simple' => 0, + }, +); -- cgit v1.2.1