]> Dogcows Code - chaz/chatty/blob - lib/Chatty/Schema.pm
return from eval doesn't return function
[chaz/chatty] / lib / Chatty / Schema.pm
1 package Chatty::Schema;
2
3 # Created by DBIx::Class::Schema::Loader
4 # DO NOT MODIFY THE FIRST PART OF THIS FILE
5
6 use Moose;
7 use namespace::autoclean;
8 extends 'DBIx::Class::Schema';
9
10 __PACKAGE__->load_namespaces;
11
12
13 # Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-10-12 22:19:43
14 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:cnsy0B+9E32Gp6UQcsNpuA
15
16
17 # You can replace this text with custom code or comments, and it will be preserved on regeneration
18 __PACKAGE__->meta->make_immutable(inline_constructor => 0);
19 1;
This page took 0.02928 seconds and 4 git commands to generate.