From 041ed9d604ee3464f0d2ac4cd46283f79d197f51 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 3 Feb 2017 19:12:11 +0000 Subject: POD for ::Runner --- lib/Sietima/Runner.pm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'lib') diff --git a/lib/Sietima/Runner.pm b/lib/Sietima/Runner.pm index 7801732..64e23eb 100644 --- a/lib/Sietima/Runner.pm +++ b/lib/Sietima/Runner.pm @@ -3,6 +3,22 @@ use Moo; use Sietima::Policy; use namespace::clean; +=head1 NAME + +Sietima::Runner + +=head1 DESCRIPTION + +You should never need to care about this class, it's used internally +by L<< C >>. + +This is a subclass of L<< C >> that uses directly +itself to execute the built-in commands, instead of delegating to the +C object (in our case, a C instance) which would +delegate back via L<< C >>. + +=cut + extends 'App::Spec::Run'; sub run_op($self,$op,$args=[]) { -- cgit v1.2.3