Subject: | add license statement to pod and META.yml |
The comment in CreditCard.pm cannot be detected by the CPAN indexing
tools and thus doesn't appear in common areas of the online interfaces
(e.g. search.cpan.org.)
A "=head1 LICENSE" section to the pod would be more visible than the
comment.
`make dist` will create the desired META.yml if you install a recent
ExtUtils::MakeMaker and add LICENSE => 'perl' to the WriteMakefile()
parameters. Module::Install and Module::Build also support this.