summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2007-03-23 22:25:08 +0000
committerivan <ivan>2007-03-23 22:25:08 +0000
commitc32838a31b5447ccbe5682502f9332a4ec858edc (patch)
treeccacf17ab26b0c546b0f67c69db3af7cbff36af4
parenta3f66409e2aba8df7b852bcb3358dde2b2589d1b (diff)
depend on B:OP:HTTPS 0.06 for Crypt::SSLeay fixes
-rw-r--r--Changes1
-rw-r--r--PayflowPro.pm1
2 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index 42bfd35..d1fa9bb 100644
--- a/Changes
+++ b/Changes
@@ -5,6 +5,7 @@ Revision history for Perl extension Business::OnlinePayment::PayflowPro.
- ripped out a bunch of hastily-conceived ->param BS more appropriate
for implementation in a base class. Server names were incorrect.
Tests were broken. Very dissapointing.
+ - depend on B:OP:HTTPS 0.06 for Crypt::SSLeay fixes
[0.07_03 Tue Mar 13 18:26:12 EDT 2007] plobbes
- add "shortcut" param 'client_certification_id' (can be
passed as an argument for B::OP->new() which will set the
diff --git a/PayflowPro.pm b/PayflowPro.pm
index d726278..6439903 100644
--- a/PayflowPro.pm
+++ b/PayflowPro.pm
@@ -5,6 +5,7 @@ use vars qw($VERSION $DEBUG);
use Carp qw(carp croak);
use CGI;
use Digest::MD5;
+use Business::OnlinePayment::HTTPS 0.06;
use base qw(Business::OnlinePayment::HTTPS);