The following patches make some updates to perl-build-system and the cpan importer. The first patch is necessary for several Perl modules that I've encountered which don't use MakeMaker in their build system, which perl-build-system current assumes, but instead use the newer Module::Build system. Rather than creating an entirely new build-system, I found it much easier to just ammend the current perl-build-system.
Eric Bavier (4): build-system/perl: Use Build.PL for builds if present. guix: licenses: Add Artistic 2.0 license. import: cpan: Use corelist to filter dependencies. import: cpan: Sort inputs, use mirror url, adjust licenses. doc/guix.texi | 7 ++-- guix/build-system/perl.scm | 4 ++ guix/build/perl-build-system.scm | 59 ++++++++++++++++++++++++------ guix/import/cpan.scm | 75 ++++++++++++++++++++++++++++---------- guix/licenses.scm | 7 +++- 5 files changed, 117 insertions(+), 35 deletions(-) -- 1.7.9.5