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.