The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

package InvalidMap;
use 5.006;
use Moo;
with 'Map::Tube';
package main;
use 5.006;
use strict; use warnings;
use Test::More tests => 1;
throws_ok { InvalidMap->new } qr/ERROR/;