0.02, finally
authorivan <ivan>
Wed, 11 Apr 2007 18:29:58 +0000 (18:29 +0000)
committerivan <ivan>
Wed, 11 Apr 2007 18:29:58 +0000 (18:29 +0000)
Changes
PaymentsGateway.pm
README

diff --git a/Changes b/Changes
index 1f95756..4ae88b9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Business::OnlinePayment::PaymentsGateway.
 
-0.02  unreleased
+0.02  Wed Apr 11 11:28:24 PDT 2007
        -quieter tests on older perl
        -don't need to redeclare test_transaction
        -echeck or check, gah
index 956aed5..fc86125 100644 (file)
@@ -6,11 +6,7 @@ use Business::OnlinePayment;
 use Net::SSLeay qw(sslcat);
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK $DEBUG);
 
-require Exporter;
-
-@ISA = qw( Exporter AutoLoader Business::OnlinePayment);
-@EXPORT = qw();
-@EXPORT_OK = qw();
+@ISA = qw( Business::OnlinePayment );
 $VERSION = '0.02';
 
 $DEBUG = 0;
@@ -259,7 +255,7 @@ For detailed information see L<Business::OnlinePayment>.
 
 =head1 NOTE
 
-This module only implements 'CHECK' (ACH) transactions at this time.  Credit
+This module only implements 'ECHECK' (ACH) transactions at this time.  Credit
 card transactions are not (yet) supported.
 
 =head1 COMPATIBILITY
diff --git a/README b/README
index 212933f..e03c849 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,5 @@
 Copyright (c) 2002 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.