Skip to content

Commit

Permalink
Make the ::Server fallback actually work.
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Oct 21, 2011
1 parent 1188279 commit d8d6347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Plack/Loader.pm
Expand Up @@ -44,7 +44,7 @@ sub load {
$error ||= $_;
};
last if $server_class;
last if $error && $error !~ /^Can't locate Plack::Handler::/;
last if $error && $error !~ /^Can't locate Plack\/Handler\//;
}

if ($server_class) {
Expand Down

0 comments on commit d8d6347

Please sign in to comment.