Added missing dependencies for perl-list-moreutils (#12900)

The following dependencies were added:

+    depends_on('perl-exporter-tiny', type=('build', 'run'))
+    depends_on('perl-list-moreutils-xs', type=('build', 'run'))
This commit is contained in:
Glenn Johnson 2019-09-24 05:45:39 -05:00 committed by Massimiliano Culpo
parent b508eaa806
commit fa5a9cd878

View File

@ -13,3 +13,6 @@ class PerlListMoreutils(PerlPackage):
url = "http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-0.428.tar.gz"
version('0.428', '493032a211cdff1fcf45f59ebd680407')
depends_on('perl-exporter-tiny', type=('build', 'run'))
depends_on('perl-list-moreutils-xs', type=('build', 'run'))