EntityModel

 view release on metacpan or  search on metacpan

lib/EntityModel/Resolver.pm  view on Meta::CPAN

=item * model - the model to use for resolving entities

=back

=cut

sub import {
	my $class = shift;
	my %args = @_;
	my $model = $args{model} || EntityModel->default_model;
	my $pkg = (caller)[0];

	# Now we have a better idea of what we're doing, call through
	# to the various import helpers to do the real work
	$class->import_resolve(package => $pkg, model => $model);
}

=head2 import_resolve

Takes the following named parameters:



( run in 1.801 second using v1.01-cache-2.11-cpan-1e74a51a04c )