DEBSOURCES
Skip Quicknav
sources / libdbix-class-helpers-perl / 2.013002-1 / t / lib / TestSchema / Result / Station.pm
123456789101112
package TestSchema::Result::Station; use DBIx::Class::Candy; table 'Station'; column 'id'; column 'name'; primary_key 'id'; 1;