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,