DEBSOURCES
Skip Quicknav
sources / libhtml-formhandler-model-dbic-perl / 0.29-4 / t / lib / BookDB / Schema.pm
1234567891011
package BookDB::Schema; use strict; use warnings; use base 'DBIx::Class::Schema'; __PACKAGE__->load_namespaces; 1;