12345678910 package SilverGoldBull::API::ShippingAddress;use strict;use warnings;use Mouse;with qw(SilverGoldBull::API::AddressRole SilverGoldBull::API::CommonMethodsRole);1;
package
SilverGoldBull::API::ShippingAddress;
use
strict;
warnings;
Mouse;
with
qw(SilverGoldBull::API::AddressRole SilverGoldBull::API::CommonMethodsRole)
;
1;