]> iEval git - plack-app-gruntmaster.git/blobdiff - lib/Plack/App/Gruntmaster.pm
Serve lisp as text/plain
[plack-app-gruntmaster.git] / lib / Plack / App / Gruntmaster.pm
index 3ec4e78300fd623a2c85457c0e5b07c715d2de18..0bc46445e1f2ca0f7a491767090a65456cb8c652 100644 (file)
@@ -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 => {
@@ -47,6 +48,7 @@ use constant FORMAT_EXTENSION => {
        PASCAL => 'pas',
        PERL => 'pl',
        PYTHON => 'py',
+       SBCL => 'l',
 };
 
 use constant NOT_FOUND => [404, ['Content-Type' => 'text/plain'], ['Not found']];
This page took 0.02513 seconds and 4 git commands to generate.