Rubric::CLI - the Rubric command line interface


Rubric documentation Contained in the Rubric distribution.

Index


Code Index:

NAME

Top

Rubric::CLI - the Rubric command line interface

VERSION

Top

version 0.147


Rubric documentation Contained in the Rubric distribution.

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

1;