From 50e4bcc992753f5536b0ab1960b4c6e982cb6212 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 1 May 2004 09:34:09 +0000 Subject: initial import --- Makefile.PL | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..746c961 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,11 @@ +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::StGeorge', + 'VERSION_FROM' => 'StGeorge.pm', # finds $VERSION + 'AUTHOR' => 'Ivan Kohler ', + 'PREREQ_PM' => { 'Business::OnlinePayment' => 0, }, + #'NORECURS' => 1, # dont descend into subdirectories + #'test' => { 'TESTS' => 't*/*.t' }, +); -- cgit v1.2.1