The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Specio::Library::CannotSub;

use strict;
use warnings;

use parent 'Specio::Exporter';

use Specio::Declare;

declare( 'My Type', where => sub {1} );

1;