From fc473db92f9a25dbb0245bea992aea379456de2c Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 17 Aug 2009 23:00:08 +0000 Subject: [PATCH] 3.00 --- Changes | 3 ++- OnlinePayment.pm | 2 +- README | 14 +++++++------- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Changes b/Changes index 579b094..0e5ae71 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for Perl extension Business::OnlinePayment. -3.00_10 unreleased +3.00 Mon Aug 17 15:55:11 PDT 2009 + - It finally happened. - doc: add repo info 3.00_09 Mon Jul 21 20:44:08 PDT 2008 diff --git a/OnlinePayment.pm b/OnlinePayment.pm index 09f5b60..a3a262f 100644 --- a/OnlinePayment.pm +++ b/OnlinePayment.pm @@ -6,7 +6,7 @@ use Carp; require 5.005; -$VERSION = '3.00_09'; +$VERSION = '3.00'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number # Remember subclasses we have "wrapped" submit() with _pre_submit() diff --git a/README b/README index 7865e93..8b24ec4 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ -***************************************************************************** -* Copyright (c) 1999-2004 Jason Kohles. * -* Copyright (c) 2004 Ivan Kohler * -* Copyright (c) 2007 Freeside Internet Services, Inc. -* All rights reserved. This program is free software; you can redistribute * -* it and/or modify it under the same terms as Perl itself. * -***************************************************************************** +Copyright (c) 1999-2004 Jason Kohles +Copyright (c) 2004 Ivan Kohler +Copyright (c) 2007-2009 Freeside Internet Services, Inc. + +All rights reserved. This program is free software; you can redistribute +it and/or modify it under the same terms as Perl itself. + Business::OnlinePayment is a generic interface for processing payments through online credit card processors, online check acceptance houses, etc. (If you -- 2.11.0