diff options
author | ivan <ivan> | 2011-01-26 21:16:04 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-01-26 21:16:04 +0000 |
commit | 3d14e9d827c8fb53193d7534e3d13ef5aa288660 (patch) | |
tree | 2b1a507d42e2ef0ad5307c5a131ee36fbee64868 /IPPay.pm | |
parent | 3522afcdab42daa2351f16e9f17f79d55f0eeb75 (diff) |
0.06: fix january bug in tests
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'; +$VERSION = '0.06'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number $DEBUG = 0; |