From f605d91874d856f12465f13d56abc5a5ed25b8bd Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 24 Jan 2005 19:54:30 +0000 Subject: [PATCH] added note about B:CC:Object --- Changes | 3 +++ CreditCard.pm | 8 +++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index c4d3bba..4e03b3a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Business::CreditCard. +0.29 unreleased + - added note about B:CC:Object + 0.28 Thu Jul 1 01:17:32 PDT 2004 - added Switch and Solo cards, patch from Max Becker - added proper Changes file diff --git a/CreditCard.pm b/CreditCard.pm index b940f90..d2b4471 100644 --- a/CreditCard.pm +++ b/CreditCard.pm @@ -16,7 +16,7 @@ use vars qw( @ISA $VERSION ); @ISA = qw( Exporter ); -$VERSION = "0.28"; +$VERSION = "0.29"; =head1 NAME @@ -93,6 +93,12 @@ Lee Lawrence , Neale Banks and Max Becker contributed support for additional card types. Lee also contributed a working test.pl. +=head1 SEE ALSO + +L is a wrapper around Business::CreditCard +providing an OO interface. Assistance integrating this into the base +Business::CreditCard distribution is welcome. + =cut @EXPORT = qw(cardtype validate generate_last_digit); -- 2.11.0