| Rubric documentation | Contained in the Rubric distribution. |
Rubric::CLI::Command::commands - list the rubric commands
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;