From: ivan Date: Thu, 3 May 2001 12:57:43 +0000 (+0000) Subject: 0.23 X-Git-Tag: BUSINESS_CREDITCARD_0_23 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-CreditCard.git;a=commitdiff_plain;h=a772f511e52a8b3e481e55f356d5613a72d9f3c6 0.23 --- diff --git a/CreditCard.pm b/CreditCard.pm index c95af0f..c37d8c6 100644 --- a/CreditCard.pm +++ b/CreditCard.pm @@ -8,12 +8,13 @@ package Business::CreditCard; # 17 Jan 97 - 0.21 released. # short numbers and numbers with letters are no longer kosher. # 1 Feb 2001 - 0.22 released, new maintainer, MakeMaker installation +# 3 May 2001 - 0.23 released, silly bug in test.pl # # 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.22. Module list status is "Rdpf." +# Version 0.23. Module list status is "Rdpf." require 5; @@ -22,7 +23,7 @@ use vars qw( @ISA $VERSION ); @ISA = qw( Exporter ); -$VERSION = "0.22"; +$VERSION = "0.23"; =head1 NAME