The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;
use Test::More tests => 1;

is system($^X, '-Ilib', '-c', 't/lib/WithNewline.pm') >> 8, 0,
    'should not throw an "expected option name" error';