Created attachment 1270486 [details] Fix If you follow Fedora devel list, you know about Modularity. Modularity is about packaging larger pieces of Fedora packages together while starting with a minimal system. To package perl-Module-Build, I need perl-Software-License that has an optional test that requires Software::License::CCpack and I consider Software::License::CCpack with it's own depencies too far from base perl Modularity-module. Therefore I need to disable the optional tests in perl-Software-License package. See attached patch that implements in a way that does not affect traditional Fedora while allows me to build perl as a module. Please apply. If you don't have time to deal with this, I can do it instead of you.
Sounds fine - just go ahead and do the change directly yourself since you've prepared it already.
Thanks. I applied the patch.