Provided by: libdbix-class-schema-populatemore-perl_0.19-2_all bug

NAME

       DBIx::Class::Schema::PopulateMore::Inflator::Find - Inflate via ResultSet->find

SYNOPSIS

           !Find:Rating.10 => $schema->resultset('Rating')->find(10);
           !Find:Rating.[key=10] => $schema->resultset('Rating')->find(10);

DESCRIPTION

       Given a Source.$value, do a $schema->Resultset('Source')->find($value) and use that value.
       We can't find anything, throw an exception.

ATTRIBUTES

       This class defines the following attributes.

METHODS

       This module defines the following methods.

   inflate($command, $string)
       This is called by Populate's dispatcher, when there is a match.

AUTHOR

       Please see DBIx::Class::Schema::PopulateMore For authorship information

LICENSE

       Please see DBIx::Class::Schema::PopulateMore For licensing terms.

perl v5.36.0                               DBIx::Class::Schema::PopulateMore::Inflator::Find(3pm)