stop trying to load module that doesn't exist anymore
Graham Knop [Fri, 23 May 2014 17:49:26 +0000 (13:49 -0400)]
lib/Web/Simple/Application.pm

index ea2bda2..f72142a 100644 (file)
@@ -25,7 +25,6 @@ has '_dispatcher' => (is => 'lazy');
 sub _build__dispatcher {
   my $self = shift;
   require Web::Dispatch;
-  require Web::Simple::DispatchNode;
   my $final = $self->_build_final_dispatcher;
 
   # We need to weaken both the copy of $self that the