Subject: | small error in synopsis |
The first example in the synopsis is missing a comma after the undef.
It should read:
is(
exception { might_die; },
undef,
"the code lived",
);
You might want to use Dist::Zilla::Plugin::SynopsisTests to avoid such
errors.