remove unused dep on Tree::Simple::Visitor::FindByPath, add Tree::Simple::Visitor...
Graham Knop [Thu, 12 Apr 2018 13:50:01 +0000 (15:50 +0200)]
Makefile.PL
lib/Catalyst/Dispatcher.pm

index 472f01a..4a1b1c1 100644 (file)
@@ -50,7 +50,7 @@ my %META = (
         'Text::SimpleTable'     => '0.03',
         'Time::HiRes'           => 0,
         'Tree::Simple'          => '1.15',
-        'Tree::Simple::Visitor::FindByPath' => 0,
+        'Tree::Simple::Visitor::FindByUID' => 0,
         'Try::Tiny'             => '0.17',
         'Safe::Isa'             => 0,
         'Task::Weaken'          => 0,
index cf98256..9ac3581 100644 (file)
@@ -13,7 +13,6 @@ use Catalyst::DispatchType::Index;
 use Catalyst::Utils;
 use Text::SimpleTable;
 use Tree::Simple;
-use Tree::Simple::Visitor::FindByPath;
 use Class::Load qw(load_class try_load_class);
 use Encode 2.21 'decode_utf8';