Skip to content

Instantly share code, notes, and snippets.

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