]> Dogcows Code - chaz/chatty/blobdiff - lib/Chatty/Schema.pm
adding DBIx schema files
[chaz/chatty] / lib / Chatty / Schema.pm
diff --git a/lib/Chatty/Schema.pm b/lib/Chatty/Schema.pm
new file mode 100644 (file)
index 0000000..3d5ca2d
--- /dev/null
@@ -0,0 +1,19 @@
+package Chatty::Schema;
+
+# Created by DBIx::Class::Schema::Loader
+# DO NOT MODIFY THE FIRST PART OF THIS FILE
+
+use Moose;
+use namespace::autoclean;
+extends 'DBIx::Class::Schema';
+
+__PACKAGE__->load_namespaces;
+
+
+# Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-10-12 22:19:43
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:cnsy0B+9E32Gp6UQcsNpuA
+
+
+# You can replace this text with custom code or comments, and it will be preserved on regeneration
+__PACKAGE__->meta->make_immutable(inline_constructor => 0);
+1;
This page took 0.017501 seconds and 4 git commands to generate.