Skip to content

Instantly share code, notes, and snippets.

@broquaint
Created June 19, 2010 16:17
Show Gist options
  • Save broquaint/445023 to your computer and use it in GitHub Desktop.
Save broquaint/445023 to your computer and use it in GitHub Desktop.
__PACKAGE__->config(
default => 'text/html',
skip => { 'application/xml' => 1 },
map => {
'application/json' => [qw/ JSON /],
map { $_ => [qw/ View Default /] }
qw( text/css text/html text/plain
application/atom+xml application/rss+xml
application/rss application/xml )
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment