0.27 BUSINESS_CREDITCARD_0_27
authorivan <ivan>
Mon, 21 Jan 2002 02:52:45 +0000 (02:52 +0000)
committerivan <ivan>
Mon, 21 Jan 2002 02:52:45 +0000 (02:52 +0000)
CreditCard.pm

index 32c5670..326f1f7 100644 (file)
@@ -11,12 +11,13 @@ package Business::CreditCard;
 # 3 May 2001 - 0.23 released, silly bug in test.pl
 # 11 Jun 2001 - 0.24.  added enRoute, JCB, BankCard, rewrote with regexes
 # 10 Jul 2001 - 0.25, 0.26 *sigh*
+# 20 Han 2002 - 0.27 small typo for amex cards
 #
 # Copyright 1995,1996,1997 Jon Orwant.  All rights reserved.
 # This program is free software; you can redistribute it and/or
 # modify it under the same terms as Perl itself.
 # 
-# Version 0.26.  Module list status is "Rdpf."
+# Version 0.27.  Module list status is "Rdpf."
 
 require 5;
 
@@ -25,7 +26,7 @@ use vars qw( @ISA $VERSION );
 
 @ISA = qw( Exporter );
 
-$VERSION = "0.26";
+$VERSION = "0.27";
 
 =head1 NAME