From a772f511e52a8b3e481e55f356d5613a72d9f3c6 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 3 May 2001 12:57:43 +0000 Subject: [PATCH] 0.23 --- CreditCard.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.11.0