[interchange-cvs] interchange - racke modified 12 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Aug 4 19:01:00 EDT 2003


User:      racke
Date:      2003-08-04 22:01:09 GMT
Modified:  lib/Vend/Payment AuthorizeNet.pm BoA.pm CyberCash.pm ECHO.pm
Modified:           MCVE.pm PSiGate.pm Signio.pm Skipjack.pm TCLink.pm
Modified:           TestPayment.pm WellsFargo.pm iTransact.pm
Log:
label the first section of the POD documentation as NAME,
because this is common,
looks nicer in man and allows me to fix Debian Bug #203926

Revision  Changes    Path
2.10      +3 -3      interchange/lib/Vend/Payment/AuthorizeNet.pm


rev 2.10, prev_rev 2.9
Index: AuthorizeNet.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/AuthorizeNet.pm,v
retrieving revision 2.9
retrieving revision 2.10
diff -u -r2.9 -r2.10
--- AuthorizeNet.pm	11 Jun 2003 17:51:53 -0000	2.9
+++ AuthorizeNet.pm	4 Aug 2003 22:01:08 -0000	2.10
@@ -3,7 +3,7 @@
 # Connection routine for AuthorizeNet version 3 using the 'ADC Direct Response'
 # method.
 #
-# $Id: AuthorizeNet.pm,v 2.9 2003/06/11 17:51:53 danb Exp $
+# $Id: AuthorizeNet.pm,v 2.10 2003/08/04 22:01:08 racke Exp $
 #
 # Copyright (C) 2003 Interchange Development Group, http://www.icdevgroup.org/
 # Copyright (C) 1999-2002 Red Hat, Inc.
@@ -34,9 +34,9 @@
 
 package Vend::Payment::AuthorizeNet;
 
-=head1 Interchange AuthorizeNet Support
+=head1 NAME
 
-Vend::Payment::AuthorizeNet $Revision: 2.9 $
+Vend::Payment::AuthorizeNet - Interchange AuthorizeNet Support
 
 =head1 SYNOPSIS
 



1.10      +3 -3      interchange/lib/Vend/Payment/BoA.pm


rev 1.10, prev_rev 1.9
Index: BoA.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/BoA.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- BoA.pm	18 Jun 2003 17:34:46 -0000	1.9
+++ BoA.pm	4 Aug 2003 22:01:08 -0000	1.10
@@ -1,6 +1,6 @@
 # Vend::Payment::BoA - Interchange BoA support
 #
-# $Id: BoA.pm,v 1.9 2003/06/18 17:34:46 jon Exp $
+# $Id: BoA.pm,v 1.10 2003/08/04 22:01:08 racke Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1999-2002 Red Hat, Inc.
@@ -32,9 +32,9 @@
 
 package Vend::Payment::BoA;
 
-=head1 Interchange BoA Support
+=head1 NAME
 
-Vend::Payment::BoA $Revision: 1.9 $
+Vend::Payment::BoA - Interchange Bank of America Support
 
 =head1 SYNOPSIS
 



2.3       +4 -4      interchange/lib/Vend/Payment/CyberCash.pm


rev 2.3, prev_rev 2.2
Index: CyberCash.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/CyberCash.pm,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- CyberCash.pm	18 Jun 2003 17:34:46 -0000	2.2
+++ CyberCash.pm	4 Aug 2003 22:01:08 -0000	2.3
@@ -1,6 +1,6 @@
 # Vend::Payment::CyberCash - Interchange CyberCash support
 #
-# $Id: CyberCash.pm,v 2.2 2003/06/18 17:34:46 jon Exp $
+# $Id: CyberCash.pm,v 2.3 2003/08/04 22:01:08 racke Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1999-2002 Red Hat, Inc.
@@ -25,11 +25,11 @@
 
 package Vend::Payment::CyberCash;
 
-$VERSION = substr(q$Revision: 2.2 $, 10);
+$VERSION = substr(q$Revision: 2.3 $, 10);
 
-=head1 Interchange CyberCash Support
+=head1 NAME
 
-Vend::Payment::CyberCash $Revision: 2.2 $
+Vend::Payment::CyberCash - Interchange CyberCash Support
 
 =head1 SYNOPSIS
 



1.4       +3 -3      interchange/lib/Vend/Payment/ECHO.pm


rev 1.4, prev_rev 1.3
Index: ECHO.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/ECHO.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ECHO.pm	27 Aug 2002 05:12:52 -0000	1.3
+++ ECHO.pm	4 Aug 2003 22:01:08 -0000	1.4
@@ -1,6 +1,6 @@
 # Vend::Payment::ECHO - Interchange ECHO support
 #
-# $Id: ECHO.pm,v 1.3 2002/08/27 05:12:52 kwalsh Exp $
+# $Id: ECHO.pm,v 1.4 2003/08/04 22:01:08 racke Exp $
 #
 # Copyright (C) 2002 
 #      Electric Pulp. <info at electricpulp.com> 
@@ -32,9 +32,9 @@
 
 package Vend::Payment::ECHO;
 
-=head1 Interchange ECHO Support
+=head1 NAME
 
-Vend::Payment::ECHO $Revision: 1.3 $
+Vend::Payment::ECHO - Interchange ECHO Support
 
 =head1 AUTHOR
 



1.3       +4 -4      interchange/lib/Vend/Payment/MCVE.pm


rev 1.3, prev_rev 1.2
Index: MCVE.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/MCVE.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MCVE.pm	16 Sep 2002 23:06:32 -0000	1.2
+++ MCVE.pm	4 Aug 2003 22:01:08 -0000	1.3
@@ -1,6 +1,6 @@
 # Vend::Payment::MCVE - Interchange MCVE support
 #
-# $Id: MCVE.pm,v 1.2 2002/09/16 23:06:32 mheins Exp $
+# $Id: MCVE.pm,v 1.3 2003/08/04 22:01:08 racke Exp $
 #
 # Author: Tom Friedel (tom at readyink.com) for Carlc Internet Services (http://www.carlc.com)
 #
@@ -22,11 +22,11 @@
 package Vend::Payment::MCVE;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 1.2 $, 10);
+$VERSION = substr(q$Revision: 1.3 $, 10);
 
-=head1 Interchange MCVE support
+=head1 NAME
 
-Vend::Payment::MCVE $Revision: 1.2 $
+Vend::Payment::MCVE - Interchange MCVE support
 
 =head1 SYNOPSIS
 



1.2       +3 -3      interchange/lib/Vend/Payment/PSiGate.pm


rev 1.2, prev_rev 1.1
Index: PSiGate.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/PSiGate.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PSiGate.pm	20 Jun 2003 15:12:37 -0000	1.1
+++ PSiGate.pm	4 Aug 2003 22:01:08 -0000	1.2
@@ -1,6 +1,6 @@
 # Vend::Payment::PSiGate - Interchange PSiGate support
 #
-# $Id: PSiGate.pm,v 1.1 2003/06/20 15:12:37 mheins Exp $
+# $Id: PSiGate.pm,v 1.2 2003/08/04 22:01:08 racke Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group <interchange at icdevgroup.org>
 # Copyright (C) 1999-2002 Red Hat, Inc. <interchange at redhat.com>
@@ -39,9 +39,9 @@
 
 package Vend::Payment::PSiGate;
 
-=head1 Interchange PSiGate Support
+=head1 NAME
 
-Vend::Payment::PSiGate $Revision: 1.1 $
+Vend::Payment::PSiGate - Interchange PSiGate Support
 
 =head1 SYNOPSIS
 



2.12      +3 -3      interchange/lib/Vend/Payment/Signio.pm


rev 2.12, prev_rev 2.11
Index: Signio.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/Signio.pm,v
retrieving revision 2.11
retrieving revision 2.12
diff -u -r2.11 -r2.12
--- Signio.pm	18 Jun 2003 21:43:24 -0000	2.11
+++ Signio.pm	4 Aug 2003 22:01:09 -0000	2.12
@@ -1,6 +1,6 @@
 # Vend::Payment::Signio - Interchange support for Signio/Verisign Payflow Pro
 #
-# $Id: Signio.pm,v 2.11 2003/06/18 21:43:24 jon Exp $
+# $Id: Signio.pm,v 2.12 2003/08/04 22:01:09 racke Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1999-2002 Red Hat, Inc.
@@ -22,9 +22,9 @@
 
 package Vend::Payment::Signio;
 
-=head1 Interchange support for Signio/Verisign Payflow Pro
+=head1 NAME
 
-Vend::Payment::Signio $Revision: 2.11 $
+Vend::Payment::Signio - Interchange support for Signio/Verisign Payflow Pro
 
 =head1 SYNOPSIS
 



2.6       +3 -3      interchange/lib/Vend/Payment/Skipjack.pm


rev 2.6, prev_rev 2.5
Index: Skipjack.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/Skipjack.pm,v
retrieving revision 2.5
retrieving revision 2.6
diff -u -r2.5 -r2.6
--- Skipjack.pm	18 Jun 2003 17:34:46 -0000	2.5
+++ Skipjack.pm	4 Aug 2003 22:01:09 -0000	2.6
@@ -1,6 +1,6 @@
 # Vend::Payment::Skipjack - Interchange Skipjack support
 #
-# $Id: Skipjack.pm,v 2.5 2003/06/18 17:34:46 jon Exp $
+# $Id: Skipjack.pm,v 2.6 2003/08/04 22:01:09 racke Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1999-2002 Red Hat, Inc.
@@ -24,9 +24,9 @@
 
 package Vend::Payment::Skipjack;
 
-=head1 Interchange Skipjack Support
+=head1 NAME
 
-Vend::Payment::Skipjack $Revision: 2.5 $
+Vend::Payment::Skipjack - Interchange Skipjack Support
 
 =head1 SYNOPSIS
 



1.4       +3 -3      interchange/lib/Vend/Payment/TCLink.pm


rev 1.4, prev_rev 1.3
Index: TCLink.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/TCLink.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TCLink.pm	18 Jun 2003 17:34:46 -0000	1.3
+++ TCLink.pm	4 Aug 2003 22:01:09 -0000	1.4
@@ -1,6 +1,6 @@
 # Vend::Payment::TCLink - Interchange TrustCommerce TCLink support
 #
-# $Id: TCLink.pm,v 1.3 2003/06/18 17:34:46 jon Exp $
+# $Id: TCLink.pm,v 1.4 2003/08/04 22:01:09 racke Exp $
 #
 # Copyright (C) 2002 TrustCommerce <developer at trustcommerce.com>
 #
@@ -28,9 +28,9 @@
 
 package Vend::Payment::TCLink;
 
-=head1 Interchange TrustCommerce Support
+=head1 NAME
 
-Vend::Payment::TCLink $Revision: 1.3 $
+Vend::Payment::TCLink - Interchange TrustCommerce Support
 
 =head1 SYNOPSIS
 



1.4       +4 -4      interchange/lib/Vend/Payment/TestPayment.pm


rev 1.4, prev_rev 1.3
Index: TestPayment.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/TestPayment.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TestPayment.pm	18 Oct 2002 06:56:24 -0000	1.3
+++ TestPayment.pm	4 Aug 2003 22:01:09 -0000	1.4
@@ -1,6 +1,6 @@
 # Vend::Payment::TestPayment - Interchange payment test module
 #
-# $Id: TestPayment.pm,v 1.3 2002/10/18 06:56:24 mheins Exp $
+# $Id: TestPayment.pm,v 1.4 2003/08/04 22:01:09 racke Exp $
 #
 # Copyright (C) 2002 Cursor Software Limited.
 # All Rights Reserved.
@@ -25,9 +25,9 @@
 #
 package Vend::Payment::TestPayment;
 
-=head1 Interchange payment test module
+=head1 NAME
 
-Vend::Payment::TestPayment $Revision: 1.3 $
+Vend::Payment::TestPayment - Interchange payment test module
 
 =head1 SYNOPSIS
 
@@ -190,7 +190,7 @@
 	unless $Vend::Quiet;
 }
 
-$VERSION = substr(q$Revision: 1.3 $,10);
+$VERSION = substr(q$Revision: 1.4 $,10);
 
 package Vend::Payment;
 



1.6       +3 -3      interchange/lib/Vend/Payment/WellsFargo.pm


rev 1.6, prev_rev 1.5
Index: WellsFargo.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/WellsFargo.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- WellsFargo.pm	18 Jun 2003 17:34:46 -0000	1.5
+++ WellsFargo.pm	4 Aug 2003 22:01:09 -0000	1.6
@@ -1,6 +1,6 @@
 # Vend::Payment::WellsFargo - Interchange WellsFargo support
 #
-# $Id: WellsFargo.pm,v 1.5 2003/06/18 17:34:46 jon Exp $
+# $Id: WellsFargo.pm,v 1.6 2003/08/04 22:01:09 racke Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1999-2002 Red Hat, Inc.
@@ -31,9 +31,9 @@
 
 package Vend::Payment::WellsFargo;
 
-=head1 Interchange WellsFargo Support
+=head1 NAME
 
-Vend::Payment::WellsFargo $Revision: 1.5 $
+Vend::Payment::WellsFargo - Interchange WellsFargo Support
 
 =head1 SYNOPSIS
 



2.4       +3 -3      interchange/lib/Vend/Payment/iTransact.pm


rev 2.4, prev_rev 2.3
Index: iTransact.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/iTransact.pm,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- iTransact.pm	18 Jun 2003 17:34:46 -0000	2.3
+++ iTransact.pm	4 Aug 2003 22:01:09 -0000	2.4
@@ -1,6 +1,6 @@
 # Vend::Payment::iTransact - Interchange iTransact Support
 #
-# $Id: iTransact.pm,v 2.3 2003/06/18 17:34:46 jon Exp $
+# $Id: iTransact.pm,v 2.4 2003/08/04 22:01:09 racke Exp $
 #
 # Copyright (C) 1999-2002 Red Hat, Inc.
 #
@@ -23,9 +23,9 @@
 
 package Vend::Payment::iTransact;
 
-=head1 Interchange iTransact Support
+=head1 NAME
 
-Vend::Payment::iTransact $Revision: 2.3 $
+Vend::Payment::iTransact - Interchange iTransact Support
 
 =head1 SYNOPSIS
 







More information about the interchange-cvs mailing list