12345678910 package SilverGoldBull::API::CommonMethodsRole;use strict;use warnings;use Mouse::Role;requires qw(to_hashref);1;
package
SilverGoldBull::API::CommonMethodsRole;
use
strict;
warnings;
Mouse::Role;
requires
qw(to_hashref)
;
1;