From ae754c67bfc3a278ab9c7e6d8955ebe057e93511 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Thu, 9 Jul 2015 14:00:58 +0000 Subject: Add import tool dependencies This adds a common set of perl modules plus further modules that are used by the cpan importer. Change-Id: I964850dba2a63ea3940926f734d518550f0214f5 --- strata/perl-common/List-MoreUtils.morph | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 strata/perl-common/List-MoreUtils.morph (limited to 'strata/perl-common') diff --git a/strata/perl-common/List-MoreUtils.morph b/strata/perl-common/List-MoreUtils.morph new file mode 100644 index 00000000..1fd38042 --- /dev/null +++ b/strata/perl-common/List-MoreUtils.morph @@ -0,0 +1,9 @@ +name: List-MoreUtils +kind: chunk +build-system: cpan +pre-configure-commands: +# List::MoreUtils will assume that it needs to try and build a release +# if there's a .git present, we don't want that so we remove the .git here. +# an issue has been filed at +# https://github.com/perl5-utils/List-MoreUtils/issues/14 +- rm -rf .git -- cgit v1.2.1