diff options
author | ivan <ivan> | 2010-07-19 22:17:26 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-07-19 22:17:26 +0000 |
commit | 3522afcdab42daa2351f16e9f17f79d55f0eeb75 (patch) | |
tree | 3d54965ee8e04440ddc20747526b81ffafde20df /IPPay.pm | |
parent | 1f593ab79d157d4067511b9ffb3e7eab3c1e581a (diff) |
0.05 non-developer version number
Diffstat (limited to 'IPPay.pm')
-rw-r--r-- | IPPay.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ use Business::OnlinePayment::HTTPS; use vars qw($VERSION $DEBUG @ISA $me); @ISA = qw(Business::OnlinePayment::HTTPS); -$VERSION = '0.05_02'; +$VERSION = '0.05'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number $DEBUG = 0; |