Skip to content

Commit

Permalink
modified for plackup
Browse files Browse the repository at this point in the history
  • Loading branch information
dann committed Dec 2, 2009
1 parent 0c17cdf commit 2408a53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions angelos-core/lib/Angelos.pm
Expand Up @@ -289,8 +289,10 @@ sub res {
shift->response;
}

sub psgi_adapter {
'+Angelos::PSGI::Adapter';
sub psgi_handler {
my $self = shift;
die 'you need to create instanse before you get psgi_handler' unless $self->engine;
$self->engine->engine->psgi_handler;
}

__END_OF_CLASS__
Expand Down
1 change: 0 additions & 1 deletion angelos-core/lib/Angelos/Engine/Base.pm
Expand Up @@ -2,7 +2,6 @@ package Angelos::Engine::Base;
use Angelos::Class;
use Carp ();
use Angelos::Exceptions;
use Angelos::PSGI::Engine;
use Angelos::Request;
use PlackX::Engine;

Expand Down

0 comments on commit 2408a53

Please sign in to comment.