X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fchatty;a=blobdiff_plain;f=lib%2FChatty%2FSchema.pm;h=885c67b91d2b9851e50b71a4a232939af9dff2ca;hp=3d5ca2d0949a80b04c67a8f8d9dc05d7a5fc14a2;hb=HEAD;hpb=20e8ae6917f72f3c381ad9d3aca656a99bd4cd7f diff --git a/lib/Chatty/Schema.pm b/lib/Chatty/Schema.pm index 3d5ca2d..885c67b 100644 --- a/lib/Chatty/Schema.pm +++ b/lib/Chatty/Schema.pm @@ -1,17 +1,18 @@ +use utf8; package Chatty::Schema; # Created by DBIx::Class::Schema::Loader # DO NOT MODIFY THE FIRST PART OF THIS FILE use Moose; -use namespace::autoclean; +use MooseX::MarkAsMethods autoclean => 1; 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 +# Created by DBIx::Class::Schema::Loader v0.07015 @ 2012-01-03 16:46:04 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Kti71GT2ETr1GjBJljQ1Zg # You can replace this text with custom code or comments, and it will be preserved on regeneration