diff options
author | ivan <ivan> | 2002-08-14 01:32:54 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-08-14 01:32:54 +0000 |
commit | 57be53d4eb43d9dba5ce1882f32e79a8167b472c (patch) | |
tree | 500b18061f1f759c5e657bca6740287cd32b94f7 /Makefile.PL | |
parent | 905c3c508e85c7baf978bf5099142322d660e585 (diff) |
- PREREQ_PM on Business::OnlinePayment
- move load.t from t/ to t2/
- documentation updates
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
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 <ivan-linkpoint@420.am>', + 'PREREQ_PM' => { 'Business::OnlinePayment' => 0, }, #'NORECURS' => 1, # dont descend into subdirectories ); |