Script-Remote
view release on metacpan or search on metacpan
lib/Script/Remote.pm view on Meta::CPAN
has 'hostname' => (
is => 'rw',
isa => 'Str',
required => 1
);
has 'username' => (
is => 'rw',
isa => 'Str',
required => 1,
default => (getpwuid($>))[0]
);
has 'perl' => (
is => 'rw',
isa => 'Path::Class::File',
coerce => 1,
required => 1,
default => $^X
);
( run in 0.261 second using v1.01-cache-2.11-cpan-8d75d55dd25 )