The Perl Toolchain Summit 2025 Needs You: You can help 🙏 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;