From 3a9c1a2ca18dba7df35f29b1404d43c2b6c6e18a Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 24 Mar 2009 19:31:27 +0000 Subject: [PATCH] add repo info to doco yoyo --- Changes | 3 +++ OnlinePayment.pm | 24 ++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/Changes b/Changes index fb7ed4d..579b094 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Business::OnlinePayment. +3.00_10 unreleased + - doc: add repo info + 3.00_09 Mon Jul 21 20:44:08 PDT 2008 - doc: Allowable values of account_type - doc: Recurring billing actions and fields diff --git a/OnlinePayment.pm b/OnlinePayment.pm index 5087999..09f5b60 100644 --- a/OnlinePayment.pm +++ b/OnlinePayment.pm @@ -579,11 +579,35 @@ Jason Kohles, email@jasonkohles.com Phil Lobbes Ephil at perkpartners dot comE +=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@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 THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED -- 2.11.0