X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fchatty;a=blobdiff_plain;f=lib%2FChatty%2FSchema.pm;fp=lib%2FChatty%2FSchema.pm;h=3d5ca2d0949a80b04c67a8f8d9dc05d7a5fc14a2;hp=0000000000000000000000000000000000000000;hb=20e8ae6917f72f3c381ad9d3aca656a99bd4cd7f;hpb=d4c693d621d476e20ea670aad267c60960963826 diff --git a/lib/Chatty/Schema.pm b/lib/Chatty/Schema.pm new file mode 100644 index 0000000..3d5ca2d --- /dev/null +++ b/lib/Chatty/Schema.pm @@ -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;