Skip to content

Commit

Permalink
revert change to regen/warnings.pl
Browse files Browse the repository at this point in the history
This reverts a version bump made in e63d879, which I think was
incorrect: The "subsequent use version" warning appeared in 5.39.8, not
5.39.9.
  • Loading branch information
mauke committed Feb 24, 2024
1 parent 82c23e3 commit 260f3d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/warnings.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/warnings.pl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ BEGIN
'deprecated::smartmatch' => [ 5.037010, DEFAULT_ON],
'deprecated::missing_import_called_with_args'
=> [ 5.039002, DEFAULT_ON],
'deprecated::subsequent_use_version' => [ 5.039009, DEFAULT_ON],
'deprecated::subsequent_use_version' => [ 5.039008, DEFAULT_ON],
}],
'void' => [ 5.008, DEFAULT_OFF],
'recursion' => [ 5.008, DEFAULT_OFF],
Expand Down
2 changes: 1 addition & 1 deletion warnings.h

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

0 comments on commit 260f3d8

Please sign in to comment.