The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package t::lib::Yellow;

our $TYPE = 'colour';

sub size { return 'small'; }
sub kind { return 'colour'; }

1;