dependency_collector: add perl

Closes #184.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Dominyk Tiller 2016-05-02 19:39:56 +01:00
parent e96bed6b6c
commit 7d57119837

View File

@ -111,6 +111,7 @@ class DependencyCollector
when :rbenv then RbenvRequirement.new(tags)
when :ruby then RubyRequirement.new(tags)
when :osxfuse then OsxfuseRequirement.new(tags)
when :perl then PerlRequirement.new(tags)
when :tuntap then TuntapRequirement.new(tags)
when :ant then ant_dep(spec, tags)
when :apr then AprRequirement.new(tags)