Mojolicious-Plugin-LinkEmbedder
view release on metacpan or search on metacpan
$app->plugin(LinkEmbedder => {route => '/embed'});
Test::Mojo->new($app);
}
sub import {
my $class = shift;
my $caller = caller;
strict->import;
warnings->import;
no strict 'refs';
*{"$caller\::t"} = \$class->make_app;
}
1;
( run in 0.383 second using v1.01-cache-2.11-cpan-299005ec8e3 )