Skip to content

Commit

Permalink
fix perl_version in regen/regen_lib.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
book committed Dec 19, 2024
1 parent e37eb17 commit 0c0408c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/B/Op_private.pm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion regen/regen_lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ sub perl_version {
die "can't locate PERL_REVISION in '$plh'" unless defined $v1;
die "can't locate PERL_VERSION in '$plh'" unless defined $v2;
die "can't locate PERL_SUBVERSION in '$plh'" unless defined $v3;
return ($v1,$v2,$v3, sprintf("%d.%03d%03d", $v1, $v2, $v3));
return ($v2,$v3, 0, sprintf("%d.%03d%03d", $v2, $v3, 0));
}


Expand Down

0 comments on commit 0c0408c

Please sign in to comment.