Files
hydra/src/Hydra/lib/Hydra/Schema.pm
Eelco Dolstra 6f5b98d7ca
2008-11-27 02:29:46 +00:00

17 lines
350 B
Perl

package Hydra::Schema;
use strict;
use warnings;
use base 'DBIx::Class::Schema';
__PACKAGE__->load_classes;
# Created by DBIx::Class::Schema::Loader v0.04005 @ 2008-11-27 03:26:23
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:yXQEjv8/1aoKNW095xSR/Q
# You can replace this text with custom content, and it will be preserved on regeneration
1;