2.04_01
authorivan <ivan>
Tue, 12 Oct 2010 00:27:54 +0000 (00:27 +0000)
committerivan <ivan>
Tue, 12 Oct 2010 00:27:54 +0000 (00:27 +0000)
Changes
lib/Business/OnlinePayment/PaymenTech.pm

diff --git a/Changes b/Changes
index e594e62..0853ba8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Business-OnlinePayment-PaymenTech
 
+2.04    unreleased
+        - Always send expiration date as MMYY
+
 2.03    Sun Jan 24 13:19:29 PST 2010
         - Truncate all request fields to their maximum lengths
         - doc: in synopsis example, move merchant_id/terminal_id from content
index ce4c1a3..8470e85 100644 (file)
@@ -8,7 +8,10 @@ use Tie::IxHash;
 use vars qw($VERSION $DEBUG @ISA $me);
 
 @ISA = qw(Business::OnlinePayment::HTTPS);
-$VERSION = '2.03';
+
+$VERSION = '2.04_01';
+$VERSION = eval $VERSION; # modperlstyle: convert the string into a number
+
 $DEBUG = 0;
 $me='Business::OnlinePayment::PaymenTech';