From 8936a751b7a38eedbe5044acd83a78614d82c632 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 23 Mar 2007 22:26:12 +0000 Subject: [PATCH] 3.00_07 --- Changes | 3 +++ OnlinePayment.pm | 2 +- OnlinePayment/HTTPS.pm | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 5f720c1..fa7dd9e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Business::OnlinePayment. +3.00_07 Fri Mar 23 14:54:57 PDT 2007 + - B:OP:HTTPS request headers now work with Crypt::SSLeay too. + 3.00_06 Tue Mar 13 12:26:04 PDT 2007 - B:OP:HTTPS: add optional \%options (options hashref) to https_get and https_post to allow modules using this to set diff --git a/OnlinePayment.pm b/OnlinePayment.pm index c8f929d..9b251c8 100644 --- a/OnlinePayment.pm +++ b/OnlinePayment.pm @@ -6,7 +6,7 @@ use Carp; require 5.005; -$VERSION = '3.00_06'; +$VERSION = '3.00_07'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number # Remember subclasses we have "wrapped" submit() with _pre_submit() diff --git a/OnlinePayment/HTTPS.pm b/OnlinePayment/HTTPS.pm index 3154297..5520e9c 100644 --- a/OnlinePayment/HTTPS.pm +++ b/OnlinePayment/HTTPS.pm @@ -6,7 +6,7 @@ use URI::Escape; use Tie::IxHash; use base qw(Business::OnlinePayment); -$VERSION = '0.05'; +$VERSION = '0.06'; $DEBUG = 0; BEGIN { -- 2.11.0