dependency_collector: add perl
Closes #184. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
e96bed6b6c
commit
7d57119837
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user