DEBSOURCES
Skip Quicknav
sources / libur-perl / 0.470%2Bds-3 / lib / Command / Test.pm
12345678910111213
use strict; use warnings; use UR; use Command; package Command::Test; class Command::Test{ is => 'Command', }; 1;