On Thu Sep 07 08:32:07 2017, DAXIM wrote:
Show quoted text> found while messing around in the re.pl (Devel::REPL):
>
> › perl -MDDS -E'use Dios; Dump eval "class Account {}"'
> Segmentation fault (core dumped)
>
> module versions: Dios-0.002011 Data-Dump-Streamer-2.40 Keyword-Simple-
> 0.03
>
Confirmed.
Reduced:
$ perl -e 'use Keyword::Simple; BEGIN { Keyword::Simple::define "foo" => sub {}; } eval "foo"'