diff options
author | ivan <ivan> | 2002-12-21 10:41:50 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-12-21 10:41:50 +0000 |
commit | 9b9f7dbb4525b87ceb068cd31a258044168c444c (patch) | |
tree | d9e2ccdf38e22524d7820b964e32232baea47609 | |
parent | 8d8e42986070327b2d8e1662fc5d045b5ae20954 (diff) |
don't need to build_subs test_transaction
-rw-r--r-- | Changes | 4 | ||||
-rw-r--r-- | PaymentsGateway.pm | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,9 @@ Revision history for Perl extension Business::OnlinePayment::PaymentsGateway. +0.02 unreleased + -quieter tests on older perl + -don't need to redeclare test_transaction + 0.01 Tue Dec 17 11:18:38 PST 2002 -original version; created by ivan 1.0 on an aeroplane to OAK diff --git a/PaymentsGateway.pm b/PaymentsGateway.pm index 93dd6ef..6fabcbf 100644 --- a/PaymentsGateway.pm +++ b/PaymentsGateway.pm @@ -11,7 +11,7 @@ require Exporter; @ISA = qw( Exporter AutoLoader Business::OnlinePayment); @EXPORT = qw(); @EXPORT_OK = qw(); -$VERSION = '0.01'; +$VERSION = '0.02'; $DEBUG = 0; @@ -70,7 +70,6 @@ sub set_defaults { my $self = shift; $self->server('paymentsgateway.net'); $self->port( 5050 ); - $self->build_subs(qw(test_transaction)); } sub map_fields { |