From e78c4be759ba953de82e95af2e5363fe82125cfd Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 21 Jan 2002 02:52:45 +0000 Subject: [PATCH] 0.27 --- CreditCard.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CreditCard.pm b/CreditCard.pm index 32c5670..326f1f7 100644 --- a/CreditCard.pm +++ b/CreditCard.pm @@ -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 -- 2.11.0