spawn => \&make_spawn,
filter => \&make_filter,
reset => \&make_reset,
TO_JSON => \&make_TO_JSON,
compare => \&make_compare,
compare_disabled => \&make_compare_disabled,
clo
ollowing methods:
=over
=item * C<spawn>
=item * C<filter>
=item * C<reset>
=item * C<TO_JSON>
=item * C<compare>
=item * C<compare_disabled>
=item * C<clone>
=item * C<attrs>
=item * C
, reset, TO_JSON, compare, compare_disabled, clone, attrs, get and set
map {
$fn = $module . '::' . $_;
*{ $fn } = $make{$_}->( @attrs );
} qw( filter reset TO_JSON compare com