remove hack needed for old version of Plack

This commit is contained in:
Graham Knop 2010-09-08 16:01:32 -05:00
parent 9ca3cd9d0e
commit d1bac6ec66

View file

@ -11,9 +11,6 @@ use WebGUI::Session;
use WebGUI::Middleware::Session;
use Plack::Middleware::NullLogger;
use Try::Tiny;
BEGIN {
@Plack::Middleware::NullLogger::ISA = qw(Plack::Middleware);
}
sub new {
my $class = shift;