diff options
Diffstat (limited to 'LinkPoint.pm')
-rw-r--r-- | LinkPoint.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/LinkPoint.pm b/LinkPoint.pm index 93a49e6..8a7dfa9 100644 --- a/LinkPoint.pm +++ b/LinkPoint.pm @@ -1,6 +1,6 @@ package Business::OnlinePayment::LinkPoint; -# $Id: LinkPoint.pm,v 1.9 2003-05-13 11:22:36 ivan Exp $ +# $Id: LinkPoint.pm,v 1.10 2003-08-11 05:05:57 ivan Exp $ use strict; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); @@ -13,7 +13,7 @@ require Exporter; @ISA = qw(Exporter AutoLoader Business::OnlinePayment); @EXPORT = qw(); @EXPORT_OK = qw(); -$VERSION = '0.02'; +$VERSION = '0.03'; use lperl; #2.6; #lperl.pm from LinkPoint $LPERL::VERSION =~ /^(\d+\.\d+)/ @@ -184,7 +184,7 @@ __END__ =head1 NAME -Business::OnlinePayment::LinkPoint - LinkPoint backend for Business::OnlinePayment +Business::OnlinePayment::LinkPoint - LinkPoint (Cardservice) backend for Business::OnlinePayment =head1 SYNOPSIS @@ -232,7 +232,7 @@ For detailed information see L<Business::OnlinePayment>. This module implements an interface to the LinkPoint Perl Wrapper http://www.linkpoint.com/product_solutions/internet/lperl/lperl_main.html -Version 0.2 of this module has been updated for the LinkPoint Perl Wrapper +Version 0.3 of this module has been updated for the LinkPoint Perl Wrapper version 2.6. =head1 BUGS |