From: ivan Date: Tue, 10 Jul 2001 18:42:40 +0000 (+0000) Subject: *sigh* X-Git-Tag: BUSINESS_CREDITCARD_0_26 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-CreditCard.git;a=commitdiff_plain;h=201e25111885d55371eac2a096016551b1d474fe *sigh* --- diff --git a/CreditCard.pm b/CreditCard.pm index 8541e46..d0c5ff8 100644 --- a/CreditCard.pm +++ b/CreditCard.pm @@ -10,13 +10,13 @@ package Business::CreditCard; # 1 Feb 2001 - 0.22 released, new maintainer, MakeMaker installation # 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 +# 10 Jul 2001 - 0.25, 0.26 *sigh* # # 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.25. Module list status is "Rdpf." +# Version 0.26. Module list status is "Rdpf." require 5; @@ -25,7 +25,7 @@ use vars qw( @ISA $VERSION ); @ISA = qw( Exporter ); -$VERSION = "0.25"; +$VERSION = "0.26"; =head1 NAME