[interchange-cvs] [SCM] Interchange branch, master, updated. 8fcf5ba8338c51db6bbb3c212da245e2d6c15605

Jon Jensen interchange-cvs at icdevgroup.org
Wed Jun 24 14:42:25 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange".

The branch, master has been updated
       via  8fcf5ba8338c51db6bbb3c212da245e2d6c15605 (commit)
      from  9613678f98ab0a548abf932cd957e16c23fccf31 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8fcf5ba8338c51db6bbb3c212da245e2d6c15605
Author: Jon Jensen <jon at endpoint.com>
Date:   Wed Jun 24 16:41:52 2009 +0200

    Add missing space to error message
    
    Found by Peter Ajamian.

-----------------------------------------------------------------------

Summary of changes and diff:
 lib/Vend/Payment/PaypalExpress.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Vend/Payment/PaypalExpress.pm b/lib/Vend/Payment/PaypalExpress.pm
index a54b049..51daa46 100644
--- a/lib/Vend/Payment/PaypalExpress.pm
+++ b/lib/Vend/Payment/PaypalExpress.pm
@@ -250,8 +250,8 @@ BEGIN {
 	eval {
 		package Vend::Payment;
 		require SOAP::Lite or die __PACKAGE__ . " requires SOAP::Lite";
-# without this next it defaults to Net::SSL which may crash
-		require IO::Socket::SSL or die __PACKAGE__ . "requires IO::Socket::SSL";
+		# without this next it defaults to Net::SSL which may crash
+		require IO::Socket::SSL or die __PACKAGE__ . " requires IO::Socket::SSL";
 		require Net::SSLeay;
 	};
 


hooks/post-receive
-- 
Interchange



More information about the interchange-cvs mailing list