X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;ds=sidebyside;f=lib%2FPlack%2FApp%2FGruntmaster.pm;h=66b5b6eb4843d953d351762a43653d4f8f5cc248;hb=df86015756b63f9cf38dd4c9636eef8833b7176f;hp=3ec4e78300fd623a2c85457c0e5b07c715d2de18;hpb=b2597e87d264a0663235f5f7a6bf6978d5019755;p=plack-app-gruntmaster.git diff --git a/lib/Plack/App/Gruntmaster.pm b/lib/Plack/App/Gruntmaster.pm index 3ec4e78..66b5b6e 100644 --- a/lib/Plack/App/Gruntmaster.pm +++ b/lib/Plack/App/Gruntmaster.pm @@ -47,6 +47,7 @@ use constant FORMAT_EXTENSION => { PASCAL => 'pas', PERL => 'pl', PYTHON => 'py', + SBCL => 'l', }; use constant NOT_FOUND => [404, ['Content-Type' => 'text/plain'], ['Not found']];