diff options
Diffstat (limited to 'LinkPoint.pm')
-rw-r--r-- | LinkPoint.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |