Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dist-Zilla CPAN distribution.

Report information
The Basics
Id: 55792
Status: stalled
Priority: 0/
Queue: Dist-Zilla

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

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



Subject: Allow an arbitrary list of license=*. As many as the author wants
If I do: license = Perl_5 license = BSD I get: multiple values given for property license in section _ at /usr/local/share/perl/5.10.1/Config/MVP/Assembler.pm line 86 Instead it should auto-generate a multiple choice section like Perl_5 does for each of the licenses I supply.
Dist::Zilla will always require a single $license object. The better fix for this would be to allow disjunctive licensing via a special Software::License object. Then something like: [DisjunctiveLicense] license = X license = Y ...which would perform the LicenseProvider role. -- rjbs