New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/31635#issuecomment-867588614 Comment: Ok, so right now I would revbump all packages in: ``` xbps-query -RX perl | xargs -n1 xbps-uhelper getpkgname grep -rnwl 'srcpkgs/' -e 'build_style=perl-module' grep -rnwl 'srcpkgs/' -e 'build_style=perl-ModuleBuild' grep -rnwl 'srcpkgs/' -e 'makedepends.*perl' grep -rnwl 'srcpkgs/' -e 'hostmakedepends.*perl' ``` Open to suggestions.