All tests successful.
Files=94, Tests=20848, 51 wallclock secs
Result: PASS
$self->throw_exception("Can't find source for ${source_name}") unless $mapped;
return $self->_lazy_source($mapped->[0], $source_name, $mapped->[1]) if ref $mapped eq 'ARRAY';
- return $mapped;
+ return $sreg->{$mapped};
}
sub _lazy_source {