Skip to content

Commit 0c0408c

Browse files
committed
fix perl_version in regen/regen_lib.pl
1 parent e37eb17 commit 0c0408c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/B/Op_private.pm

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

regen/regen_lib.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ sub perl_version {
377377
die "can't locate PERL_REVISION in '$plh'" unless defined $v1;
378378
die "can't locate PERL_VERSION in '$plh'" unless defined $v2;
379379
die "can't locate PERL_SUBVERSION in '$plh'" unless defined $v3;
380-
return ($v1,$v2,$v3, sprintf("%d.%03d%03d", $v1, $v2, $v3));
380+
return ($v2,$v3, 0, sprintf("%d.%03d%03d", $v2, $v3, 0));
381381
}
382382

383383

0 commit comments

Comments
 (0)