diff options
author | ivan <ivan> | 2007-07-12 01:17:51 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-07-12 01:17:51 +0000 |
commit | 659e4504588f68d5adca8c81001462a7e74e4d6c (patch) | |
tree | e0ec9bb41f0d63db85da563471a7cdbe8daeed41 /LinkPoint.pm | |
parent | 67441cfca61a0b09337d81ac3d676f2615502216 (diff) |
add PREREQ_PM on lpperl
Diffstat (limited to 'LinkPoint.pm')
-rw-r--r-- | LinkPoint.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LinkPoint.pm b/LinkPoint.pm index 014e428..c4f7d18 100644 --- a/LinkPoint.pm +++ b/LinkPoint.pm @@ -6,8 +6,8 @@ use Carp qw(croak); use Business::OnlinePayment; @ISA = qw(Business::OnlinePayment); -$VERSION = '0.09'; -#$VERSION = eval $VERSION; # modperlstyle: convert the string into a number +$VERSION = '0.10_01'; +$VERSION = eval $VERSION; # modperlstyle: convert the string into a number $DEBUG = 0; use lpperl; #3; #lpperl.pm from LinkPoint |