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 =head1 DESCRIPTION Generated by L for use in L =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;