The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package UR::Namespace::Command::Show;
use strict;
use warnings;

class UR::Namespace::Command::Show {
    is => 'Command::Tree',
    doc => 'show data about classes, data storage',
};

1;