Rubric::CLI::Command::commands - list the rubric commands


Rubric documentation Contained in the Rubric distribution.

Index


Code Index:

NAME

Top

Rubric::CLI::Command::commands - list the rubric commands

VERSION

Top

version 0.147


Rubric documentation Contained in the Rubric distribution.

use strict;
use warnings;
package Rubric::CLI::Command::commands;
use base qw(App::Cmd::Command::commands);
our $VERSION = '0.147';

1;