Rubric::CLI - the Rubric command line interface
version 0.147
use strict; use warnings; package Rubric::CLI; use base qw(App::Cmd); our $VERSION = '0.147';
1;