#!perl

use strict;
use warnings;

use Rubric::CLI;

Rubric::CLI->new->run;
