add repo information
authorivan <ivan>
Tue, 24 Mar 2009 19:29:02 +0000 (19:29 +0000)
committerivan <ivan>
Tue, 24 Mar 2009 19:29:02 +0000 (19:29 +0000)
AuthorizeNet.pm
Changes

index 4f47479..9646950 100644 (file)
@@ -428,6 +428,19 @@ method that returns the MD5 hash which is returned by the gateway.
 Steve Simitzis contributed a patch for better compatibility with
 eProcessingNetwork's AuthorizeNet compatability mode.
 
+=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-AuthorizeNet
+
+Or on the web:
+
+  http://freeside.biz/cgi-bin/viewvc.cgi/Business-OnlinePayment-AuthorizeNet/
+
 =head1 SEE ALSO
 
 perl(1). L<Business::OnlinePayment>.
diff --git a/Changes b/Changes
index b128c90..9e615b3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Business::OnlinePayment::AuthorizeNet.
 
+3.21  unreleased
+        - Add repo info to doco, yo
+
 3.20  Wed Jun 18 16:46:10 PDT 2008
         - Patch from Erik Hollensbe <erikh@opensourcery.com> implementing
           card-present data (track1/track2) and the duplicate_window parameter,