Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Mar 13, 2022
1 parent 6df8cc9 commit 1e532d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/relocatable-perl-build
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ sub perl_build {
close $out;
rename "$file.tmp", $file or die;
}
if (version->parse($perl_version) <= v5.34.0) {
if (version->parse($perl_version) <= v5.34.1) {
my $klass = "Devel::PatchPerl::Plugin::FixCompoundTokenSplitByMacro";
say "---> patching by $klass";
$klass->patchperl(version => $perl_version);
Expand Down

0 comments on commit 1e532d5

Please sign in to comment.