Skip to content

Commit

Permalink
psgi is also just Perl
Browse files Browse the repository at this point in the history
  • Loading branch information
reezer committed Oct 24, 2011
1 parent e7b782a commit 3266771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/MetaCPAN/Web/Controller/Source.pm
Expand Up @@ -43,6 +43,7 @@ sub index : PathPart('source') : Chained('/') : Args {


# what other file types can we check for? # what other file types can we check for?
m!\.p[ml]$!i ? 'pl' m!\.p[ml]$!i ? 'pl'
: m!\.psgi$! ? 'pl'
: m!\.pod$! ? 'pl' : m!\.pod$! ? 'pl'
: # no separate pod brush as of 2011-08-04 : # no separate pod brush as of 2011-08-04
m!\.ya?ml$! ? 'yaml' m!\.ya?ml$! ? 'yaml'
Expand Down

0 comments on commit 3266771

Please sign in to comment.