This commit is contained in:
2024-11-18 18:35:59 +08:00
commit f00cf814ce
6488 changed files with 2035373 additions and 0 deletions
@@ -0,0 +1,5 @@
if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.dll") ]]; then
_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
_perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
fi