The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package t::typelibrary;
no nonsense 'type library' => 'FortyTwo';

subtype FortyTwo, as Int, where { $_ == 42 }, message { 'must be 42!' };