add homepage and repo to pod doc
authorIvan Kohler <ivan@freeside.biz>
Tue, 14 Jun 2016 19:22:34 +0000 (12:22 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 14 Jun 2016 19:22:34 +0000 (12:22 -0700)
Changes
CreditCard.pm

diff --git a/Changes b/Changes
index 9c5298f..9283a03 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Perl extension Business::CreditCard.
 
+0.37  unreleased
+
 0.36  Tue Jun 14 11:36:05 PDT 2016
         - Allow (and doc) import of receipt_cardtype
         - validate_card() is a new synonym for validate(), starting a long-term
index 12dbf0d..126373e 100644 (file)
@@ -5,7 +5,7 @@ use vars qw( @ISA $VERSION @EXPORT @EXPORT_OK %EXPORT_TAGS $Country );
 
 @ISA = qw( Exporter );
 
-$VERSION = "0.36";
+$VERSION = "0.37_01";
 
 @EXPORT = qw( cardtype validate generate_last_digit );
 @EXPORT_OK = qw( receipt_cardtype validate_card );
@@ -153,6 +153,22 @@ This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.8.8 or,
 at your option, any later version of Perl 5 you may have available.
 
+=head1 HOMEPAGE
+
+Homepage:  http://perl.business/creditcard
+
+=head1 REPOSITORY
+
+The code is available from our public git repository:
+
+  git clone git://git.freeside.biz/Business-CreditCard.git
+
+Or on the web:
+
+  http://freeside.biz/gitweb/?p=Business-CreditCard.git
+  Or:
+  http://freeside.biz/gitlist/Business-CreditCard.git
+
 =head1 BUGS
 
 (paraphrasing Neil Bowers) We export all functions by default.  It would be