From: Marius Gavrilescu Date: Sun, 15 Feb 2015 21:23:59 +0000 (+0200) Subject: Serve lisp as text/plain X-Git-Url: http://git.ieval.ro/?p=plack-app-gruntmaster.git;a=commitdiff_plain;h=76454bdeec03a57088847b339c601ca47f1f9284 Serve lisp as text/plain --- diff --git a/lib/Plack/App/Gruntmaster.pm b/lib/Plack/App/Gruntmaster.pm index 66b5b6e..0bc4644 100644 --- a/lib/Plack/App/Gruntmaster.pm +++ b/lib/Plack/App/Gruntmaster.pm @@ -34,6 +34,7 @@ use constant CONTENT_TYPES => +{ pas => 'text/x-pascal', pl => 'text/x-perl', py => 'text/x-python', + l => 'text/plain', }; use constant FORMAT_EXTENSION => {