From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Reaction::InterfaceModel::Action::Search::UpdateSpec - Update search specification

SYNOPSIS

# this will reflect the search spec as update spec in the current
# class.
my $info = reflect_attributes_from_target SearchSpec;
sub _reflection_info { $info }
1;