Skip to content

Commit 90eb170

Browse files
committed
Back-patch "Stop requiring an explicit return from perl subroutines"
Back-patch commit 0516f94 to v12 and v11. Other back-patches will bring in code written to later standards. Per buildfarm member crake.
1 parent fe5d44a commit 90eb170

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/tools/perlcheck/perlcriticrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,3 @@ theme = core
1212

1313
# allow octal constants with leading zeros
1414
[-ValuesAndExpressions::ProhibitLeadingZeros]
15-
16-
# for now raise severity of this to level 5
17-
[Subroutines::RequireFinalReturn]
18-
severity = 5

0 commit comments

Comments
 (0)