summary refs log tree commit diff
path: root/lib/intentioncloud/Schema.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/intentioncloud/Schema.pm')
-rw-r--r--lib/intentioncloud/Schema.pm35
1 files changed, 35 insertions, 0 deletions
diff --git a/lib/intentioncloud/Schema.pm b/lib/intentioncloud/Schema.pm
new file mode 100644
index 0000000..cead1c4
--- /dev/null
+++ b/lib/intentioncloud/Schema.pm
@@ -0,0 +1,35 @@
+package intentioncloud::Schema;
+
+use strict;
+use base qw/DBIx::Class::Schema::Loader/;
+
+__PACKAGE__->loader_options(
+    relationships => 1,
+    # debug => 1,
+);
+
+=head1 NAME
+
+intentioncloud::Schema - DBIx::Class::Schema::Loader class
+
+=head1 SYNOPSIS
+
+See L<intentioncloud>
+
+=head1 DESCRIPTION
+
+Generated by L<Catalyst::Model::DBIC::Schema> for use in L<intentioncloud::Model::DB>
+
+=head1 AUTHOR
+
+franck cuny,,,
+
+=head1 LICENSE
+
+This library is free software, you can redistribute it and/or modify
+it under the same terms as Perl itself.
+
+=cut
+
+1;
+