3.00
authorivan <ivan>
Mon, 17 Aug 2009 23:00:08 +0000 (23:00 +0000)
committerivan <ivan>
Mon, 17 Aug 2009 23:00:08 +0000 (23:00 +0000)
Changes
OnlinePayment.pm
README

diff --git a/Changes b/Changes
index 579b094..0e5ae71 100644 (file)
--- 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
index 09f5b60..a3a262f 100644 (file)
@@ -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 (file)
--- 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