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

use Object::Simple -base;

has x => 1;
has y => 2;

1;