Skip to content

Commit

Permalink
Smartmatch deprecation warnings are disabled by `no warnings 'depreca…
Browse files Browse the repository at this point in the history
…ted'`
  • Loading branch information
book authored and demerphq committed Feb 24, 2023
1 parent 8a487d3 commit d798806
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions t/lib/croak/pp_ctl
Expand Up @@ -11,14 +11,12 @@ no warnings 'deprecated';
goto f;
CORE::given(1){f:}
EXPECT
given is experimental at - line 3.
Can't "goto" into a "given" block at - line 3.
########
# NAME goto from given topic expression
no warnings 'deprecated';
CORE::given(goto f){f:}
EXPECT
given is experimental at - line 2.
Can't "goto" into a "given" block at - line 2.
########
# NAME goto into expression
Expand Down

0 comments on commit d798806

Please sign in to comment.