Skip Menu |

This queue is for tickets about the Business-CreditCard CPAN distribution.

Report information
The Basics
Id: 27735
Status: resolved
Priority: 0/
Queue: Business-CreditCard

People
Owner: Nobody in particular
Requestors: EWILHELM [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.
From: IVAN [...] cpan.org
On Mon Jun 25 14:11:36 2007, EWILHELM wrote: Show quoted text
> 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 Show quoted text
> (e.g. search.cpan.org.) > > A "=head1 LICENSE" section to the pod would be more visible than the > comment.
Fixed in CVS; will be in 0.31 Show quoted text
> `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.
"WONTFIX" (at this time) - not supported by ExtUtils::MakeMaker in 5.8.8. Feel free to re-open or file a new bug when this is supported in a stable release.
On Mon Jun 25 17:57:01 2007, IVAN wrote: Show quoted text
> On Mon Jun 25 14:11:36 2007, EWILHELM wrote:
Show quoted text
> > `make dist` will create the desired META.yml if you install a
recent Show quoted text
> > ExtUtils::MakeMaker and add LICENSE => 'perl' to the
WriteMakefile() Show quoted text
> > parameters. Module::Install and Module::Build also support this.
> > "WONTFIX" (at this time) - not supported by ExtUtils::MakeMaker in > 5.8.8. Feel free to re-open or file a new bug when this is supported > in a stable release.
I suck. I've long since switched to 5.10. Fixed in CVS, will be in 0.32.