1package My::Auto::Vendor;
2use strict;
3use base 'My::Object';
4__PACKAGE__->meta->auto_initialize;
51;
6