123456789 package SilverGoldBull::API::Order;use strict;use warnings;use Mouse;with qw(SilverGoldBull::API::OrderRole SilverGoldBull::API::CommonMethodsRole);1;
package
SilverGoldBull::API::Order;
use
strict;
warnings;
Mouse;
with
qw(SilverGoldBull::API::OrderRole SilverGoldBull::API::CommonMethodsRole)
;
1;