From f2778919a07c4d59c6092f31e587d9197e80199b Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 29 Apr 2019 15:27:27 +0100 Subject: provide class name to runner --- lib/Sietima/CmdLine.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Sietima/CmdLine.pm b/lib/Sietima/CmdLine.pm index 6c24834..b636533 100644 --- a/lib/Sietima/CmdLine.pm +++ b/lib/Sietima/CmdLine.pm @@ -141,6 +141,8 @@ sub _build_runner($self) { return Sietima::Runner->new({ spec => $self->app_spec, cmd => $self->sietima, + # App::Spec 0.005 really wants a class name + class => ref($self->sietima), }); } -- cgit v1.2.3