Group
Extension

Matches 1

EntityModel-Web-PSGI ( T/TE/TEAM/EntityModel-Web-PSGI-0.002.tar.gz, TEAM, 2011; MetaCPAN )
EntityModel-Web-PSGI/lib/EntityModel/Web/PSGI.pm ( view source; MetaCPAN )
b definition
 my $model = EntityModel->new->add_plugin(Web => {
 })->load_from(JSON => {
   file => $ENV{ENTITYMODEL_JSON_MODEL}
 });
 # Create the PSGI wrapper
 my $app = EntityModel::Web::PSGI->new;

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.