From 3266771c8533396ea8035a444ca00293768a96dd Mon Sep 17 00:00:00 2001 From: reezer Date: Mon, 24 Oct 2011 15:05:15 +0300 Subject: [PATCH] psgi is also just Perl --- lib/MetaCPAN/Web/Controller/Source.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/MetaCPAN/Web/Controller/Source.pm b/lib/MetaCPAN/Web/Controller/Source.pm index 047356033e..b0dfc4c9a2 100644 --- a/lib/MetaCPAN/Web/Controller/Source.pm +++ b/lib/MetaCPAN/Web/Controller/Source.pm @@ -43,6 +43,7 @@ sub index : PathPart('source') : Chained('/') : Args { # what other file types can we check for? m!\.p[ml]$!i ? 'pl' + : m!\.psgi$! ? 'pl' : m!\.pod$! ? 'pl' : # no separate pod brush as of 2011-08-04 m!\.ya?ml$! ? 'yaml'