Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Perl-Critic CPAN distribution.

Report information
The Basics
Id: 80135
Status: new
Priority: 0/
Queue: Perl-Critic

People
Owner: Nobody in particular
Requestors: sandals [...] crustytoothpaste.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.118
Fixed in: (no value)



Subject: RequireFinalReturn does not consider ... by default
perlcritic triggers the RequireFinalReturn warning for the following construction: use warnings; use strict; sub foo { ... } Since ... is equivalent to die "Unimplemented", this should not cause a warning. As a workaround, ... can be added to terminal_funcs.