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

use Devel::Assert;
throws_ok{ eval q/assert 0; 1/ or die $@} qr/use assert ONLY as/;