diff options
author | ivan <ivan> | 2008-06-18 21:45:17 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-06-18 21:45:17 +0000 |
commit | a499f2e8490087a18b572ccf63044a8c19b515bc (patch) | |
tree | febc57567ee924189f6e48e1412c7c882cd78a4f | |
parent | 659e4504588f68d5adca8c81001462a7e74e4d6c (diff) |
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | LinkPoint.pm | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ Revision history for Perl extension Business::OnlinePayment::LinkPoint. -0.10 unreleased +0.10 Wed Jun 18 14:44:54 PDT 2008 - add PREREQ_PM on lpperl 0.09 Wed Jul 11 18:07:20 PDT 2007 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; |