The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package BB;
use strict;
use warnings;

use mop;

class ConstructorInjection with BB::Service::WithClass { }

no mop;

1;