Skip to content

Instantly share code, notes, and snippets.

@rkitover
Created February 17, 2012 22:33
Show Gist options
  • Save rkitover/1855846 to your computer and use it in GitHub Desktop.
Save rkitover/1855846 to your computer and use it in GitHub Desktop.
use strict;
use warnings;
use Grimlock;
my $app = Grimlock->apply_default_middlewares(Grimlock->psgi_app);
$app;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment