sign
=pod sign
{command} {action}
=cut
$self->sign;
# using the arguments
$self->args->command; # $ARGV[0]
$self->args->action; # $ARGV[1]
$self->args->command($new_command);
$self->args->action($new_action);
The sign method returns an hashref of named @ARGV positional arguments. These named arguments are accessible as methods on the Data::Object::Args object through the args attribute.
sign() : HashRef[Int]
method
5 POD Errors
The following errors were encountered while parsing the POD:
- Around line 10:
Unknown directive: =name
- Around line 14:
Unknown directive: =usage
- Around line 32:
Unknown directive: =description
- Around line 38:
Unknown directive: =signature
- Around line 42:
Unknown directive: =type