]> Dogcows Code - chaz/chatty/blobdiff - lib/Chatty/Schema.pm
fix some inaccuracies in the documentation
[chaz/chatty] / lib / Chatty / Schema.pm
index 3d5ca2d0949a80b04c67a8f8d9dc05d7a5fc14a2..885c67b91d2b9851e50b71a4a232939af9dff2ca 100644 (file)
@@ -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
This page took 0.019192 seconds and 4 git commands to generate.