projects
/
scpubgit/App-SCS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b46fac7
)
delegate run_if_script properly
Matt S Trout [Tue, 22 Jan 2013 16:10:13 +0000 (16:10 +0000)]
lib/App/SCS.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/App/SCS.pm
b/lib/App/SCS.pm
index
a4d7b02
..
af606f1
100644
(file)
--- a/
lib/App/SCS.pm
+++ b/
lib/App/SCS.pm
@@
-84,7
+84,7
@@
sub load_plugin {
sub run_if_script {
my $self = shift;
if (caller(1)) {
- return 1;
+ return $self->web->to_psgi_app;
} else {
return $self->run;
}