X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=LinkPoint.pm;h=1d59eeadab052de7291e475ca2fbecac430e400c;hb=a499f2e8490087a18b572ccf63044a8c19b515bc;hp=c4f7d18034cf28d1d62faded56e2de5d3029014f;hpb=659e4504588f68d5adca8c81001462a7e74e4d6c;p=Business-OnlinePayment-LinkPoint.git diff --git a/LinkPoint.pm b/LinkPoint.pm index c4f7d18..1d59eea 100644 --- a/LinkPoint.pm +++ b/LinkPoint.pm @@ -6,7 +6,7 @@ use Carp qw(croak); use Business::OnlinePayment; @ISA = qw(Business::OnlinePayment); -$VERSION = '0.10_01'; +$VERSION = '0.10'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number $DEBUG = 0;