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