NAME
Venus::Task::Venus::Get - vns get
ABSTRACT
Task Class for Venus CLI
SYNOPSIS
use Venus::Task::Venus::Get;
my $task = Venus::Task::Venus::Get->new;
# bless(..., "Venus::Task::Venus::Get")
DESCRIPTION
This package is a task class for the vns-get CLI, and vns get sub-command.
INHERITS
This package inherits behaviors from:
METHODS
This package provides the following methods:
new
new(any @args) (Venus::Task::Venus::Get)
The new method constructs an instance of the package.
Since 4.15
- new example 1
-
package main; use Venus::Task::Venus::Get; my $task = Venus::Task::Venus::Get->new; # bless({...}, 'Venus::Task::Venus::Get')
perform
perform() (Venus::Task::Venus::Get)
The perform method executes the CLI logic.
Since 4.15
- perform example 1
-
# given: synopsis package main; $task->prepare; $task->parse('perl.perl'); my $perform = $task->perform; # bless(.., 'Venus::Task::Venus::Get')
- perform example 2
-
# given: synopsis package main; $task->prepare; $task->parse('perl.prove'); my $perform = $task->perform; # bless(.., 'Venus::Task::Venus::Get')
AUTHORS
Awncorp, awncorp@cpan.org
LICENSE
Copyright (C) 2022, Awncorp, awncorp@cpan.org.
This program is free software, you can redistribute it and/or modify it under the terms of the Apache license version 2.0.