added note about B:CC:Object
authorivan <ivan>
Mon, 24 Jan 2005 19:54:30 +0000 (19:54 +0000)
committerivan <ivan>
Mon, 24 Jan 2005 19:54:30 +0000 (19:54 +0000)
Changes
CreditCard.pm

diff --git a/Changes b/Changes
index c4d3bba..4e03b3a 100644 (file)
--- 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
index b940f90..d2b4471 100644 (file)
@@ -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 <LeeL@aspin.co.uk>, Neale Banks <neale@lowendale.com.au> and
 Max Becker <Max.Becker@firstgate.com> contributed support for additional card
 types.  Lee also contributed a working test.pl.
 
+=head1 SEE ALSO
+
+L<Business::CreditCard::Object> 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);