blob: d9da21446b69a407a61cc5d1038fc94d24ec4aef (
plain)
1
2
3
4
5
6
7
|
pkg:setup
ENV.prepend_create_path "PERL5LIB", libexec/"lib/perl5"
ENV.prepend_path "PERL5LIB", libexec/"lib"
ENV["PERL_CANARY_STABILITY_NOPROMPT"] = "1"
resources.each do |res|
res.stage do
perl_build
|