The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package My::Auto::Price;
use strict;
use base 'My::Object';
__PACKAGE__->meta->auto_initialize;
1;