Skip Menu |

This queue is for tickets about the Module-CPANTS-Analyse CPAN distribution.

Report information
The Basics
Id: 92257
Status: resolved
Priority: 0/
Queue: Module-CPANTS-Analyse

People
Owner: Nobody in particular
Requestors: cpan [...] zoffix.com
Cc:
AdminCc:

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



Subject: [PATCH] Recognize Creative Commons Licenses
There are several Creative Commons lincenses provided by the Software::License::CCpack package. Simply including that distro in prereqs will allow Module-CPANTS-Analyse to be able to recognize those licenses. Patch attached. (note: I included one of the modules in Software::License::CCpack as prereq instead of Software::License::CCpack, as currently running ``cpan Software::License::CCpack'' says no such distro is found, possibly because it's just a pod file). Cheers, ZZ
Subject: extra-licenses.patch
--- Build.PL_orig 2014-01-18 10:45:48.025946776 -0500 +++ Build.PL 2014-01-18 10:49:36.705949772 -0500 @@ -21,6 +21,9 @@ 'version' => '0.73', 'File::Find::Rule::VCS' => '0', 'Software::License' => '0.003', + + # installs whole Software::License::CCpack + 'Software::License::CC_BY_SA_3_0' => 0, 'perl' => 5.006, 'Set::Scalar' => 0, 'Text::Balanced' => 0,
Applied in the master; thanks. On Sun Jan 19 02:22:26 2014, ZOFFIX wrote: Show quoted text
> Pull request on GitHub: https://github.com/cpants/Module-CPANTS- > Analyse/pull/11
On Thu Jan 23 14:31:26 2014, ISHIGAKI wrote: Show quoted text
> Applied in the master; thanks. > > On Sun Jan 19 02:22:26 2014, ZOFFIX wrote:
> > Pull request on GitHub: https://github.com/cpants/Module-CPANTS- > > Analyse/pull/11
> >
Closed as 0.94 is released. Thanks.