it does need B:OP v3 master
authorivan <ivan>
Thu, 5 Jan 2006 03:24:33 +0000 (03:24 +0000)
committerivan <ivan>
Thu, 5 Jan 2006 03:24:33 +0000 (03:24 +0000)
Makefile.PL

index b098892..dbeed09 100644 (file)
@@ -6,7 +6,7 @@ WriteMakefile(
     NAME              => 'Business::OnlinePayment::Capstone',
     VERSION_FROM      => 'lib/Business/OnlinePayment/Capstone.pm', # finds $VERSION
     PREREQ_PM         => { # e.g., Module::Name => 1.1
-                           'Business::OnlinePayment' => 0,
+                           'Business::OnlinePayment' => 3,
 
                            # for HTTPS (maybe it should be a separate dist?)
                            'URI::Escape' => 0,