From 6008510ea5f29657e67ab14a88c18d9b57957b5b Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 14 Jun 2016 12:22:34 -0700 Subject: [PATCH] add homepage and repo to pod doc --- Changes | 2 ++ CreditCard.pm | 18 +++++++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 9c5298f..9283a03 100644 --- 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 diff --git a/CreditCard.pm b/CreditCard.pm index 12dbf0d..126373e 100644 --- a/CreditCard.pm +++ b/CreditCard.pm @@ -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 -- 2.11.0