summaryrefslogtreecommitdiff
path: root/strata/perl-common
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-07-09 14:00:58 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-11-23 11:32:40 +0000
commitae754c67bfc3a278ab9c7e6d8955ebe057e93511 (patch)
treed745b30cbbd3b7669b9a61b06b23fc2bc4680cf2 /strata/perl-common
parent94c1d3c8d39b0d4b8f8d845d98a53c88e41aed7e (diff)
downloaddefinitions-ae754c67bfc3a278ab9c7e6d8955ebe057e93511.tar.gz
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
Diffstat (limited to 'strata/perl-common')
-rw-r--r--strata/perl-common/List-MoreUtils.morph9
1 files changed, 9 insertions, 0 deletions
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