From 57be53d4eb43d9dba5ce1882f32e79a8167b472c Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 14 Aug 2002 01:32:54 +0000 Subject: - PREREQ_PM on Business::OnlinePayment - move load.t from t/ to t2/ - documentation updates --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index bb32ada..95f9c98 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,5 +5,6 @@ WriteMakefile( 'NAME' => 'Business::OnlinePayment::LinkPoint', 'VERSION_FROM' => 'LinkPoint.pm', # finds $VERSION 'AUTHOR' => 'Ivan Kohler ', + 'PREREQ_PM' => { 'Business::OnlinePayment' => 0, }, #'NORECURS' => 1, # dont descend into subdirectories ); -- cgit v1.2.1