r57959 - in /branches/upstream/libbusiness-onlinepayment-perl/current: Changes META.yml OnlinePayment.pm README TODO

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat May 15 23:50:41 UTC 2010


Author: jawnsy-guest
Date: Sat May 15 23:50:36 2010
New Revision: 57959

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57959
Log:
[svn-upgrade] Integrating new upstream version, libbusiness-onlinepayment-perl (3.00)

Added:
    branches/upstream/libbusiness-onlinepayment-perl/current/TODO
Modified:
    branches/upstream/libbusiness-onlinepayment-perl/current/Changes
    branches/upstream/libbusiness-onlinepayment-perl/current/META.yml
    branches/upstream/libbusiness-onlinepayment-perl/current/OnlinePayment.pm
    branches/upstream/libbusiness-onlinepayment-perl/current/README

Modified: branches/upstream/libbusiness-onlinepayment-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbusiness-onlinepayment-perl/current/Changes?rev=57959&op=diff
==============================================================================
--- branches/upstream/libbusiness-onlinepayment-perl/current/Changes (original)
+++ branches/upstream/libbusiness-onlinepayment-perl/current/Changes Sat May 15 23:50:36 2010
@@ -1,4 +1,8 @@
 Revision history for Perl extension Business::OnlinePayment.
+
+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
         - doc: Allowable values of account_type

Modified: branches/upstream/libbusiness-onlinepayment-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbusiness-onlinepayment-perl/current/META.yml?rev=57959&op=diff
==============================================================================
--- branches/upstream/libbusiness-onlinepayment-perl/current/META.yml (original)
+++ branches/upstream/libbusiness-onlinepayment-perl/current/META.yml Sat May 15 23:50:36 2010
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Business-OnlinePayment
-version:      3.00_09
+version:      3.00
 version_from: OnlinePayment.pm
 installdirs:  site
 requires:

Modified: branches/upstream/libbusiness-onlinepayment-perl/current/OnlinePayment.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbusiness-onlinepayment-perl/current/OnlinePayment.pm?rev=57959&op=diff
==============================================================================
--- branches/upstream/libbusiness-onlinepayment-perl/current/OnlinePayment.pm (original)
+++ branches/upstream/libbusiness-onlinepayment-perl/current/OnlinePayment.pm Sat May 15 23:50:36 2010
@@ -6,7 +6,7 @@
 
 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()
@@ -579,10 +579,34 @@
 
 Phil Lobbes E<lt>phil at perkpartners dot comE<gt>
 
+=head1 HOMEPAGE
+
+Homepage:  http://420.am/business-onlinepayment/
+
+Development:  http://420.am/business-onlinepayment/ng.html
+
 =head1 MAILING LIST
 
 Please direct current development questions, patches, etc. to the mailing list:
 http://420.am/cgi-bin/mailman/listinfo/bop-devel/
+
+=head1 REPOSITORY
+
+The code is available from our public CVS repository:
+
+  export CVSROOT=":pserver:anonymous at cvs.freeside.biz:/home/cvs/cvsroot"
+  cvs login
+  # The password for the user `anonymous' is `anonymous'.
+  cvs checkout Business-OnlinePayment
+
+Or on the web:
+
+  http://freeside.biz/cgi-bin/viewvc.cgi/Business-OnlinePayment/
+
+Many (but by no means all!) processor plugins are also available in the same
+repository, see:
+
+  http://freeside.biz/cgi-bin/viewvc.cgi/
 
 =head1 DISCLAIMER
 

Modified: branches/upstream/libbusiness-onlinepayment-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbusiness-onlinepayment-perl/current/README?rev=57959&op=diff
==============================================================================
--- branches/upstream/libbusiness-onlinepayment-perl/current/README (original)
+++ branches/upstream/libbusiness-onlinepayment-perl/current/README Sat May 15 23:50:36 2010
@@ -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

Added: branches/upstream/libbusiness-onlinepayment-perl/current/TODO
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbusiness-onlinepayment-perl/current/TODO?rev=57959&op=file
==============================================================================
--- branches/upstream/libbusiness-onlinepayment-perl/current/TODO (added)
+++ branches/upstream/libbusiness-onlinepayment-perl/current/TODO Sat May 15 23:50:36 2010
@@ -1,0 +1,6 @@
+- do something about state_id / state_id_state (linkpoint, freeside) vs.
+  license_num / license_dob (authorize.net, docs here).  wtf!
+- Use Net::HTTPS::Any
+- hmm... requires HTTP::Headers v1.59
+- move revmap_fields into the base class
+




More information about the Pkg-perl-cvs-commits mailing list