blob: 1daa3173b7172e6cb83eb3f0f2b6981821e0daf9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
package intentioncloud::Model::DB;
use strict;
use base 'Catalyst::Model::DBIC::Schema';
__PACKAGE__->config(
schema_class => 'intentioncloud::Schema',
);
1;
=head1 NAME
intentioncloud::Model::DB - Catalyst DBIC Schema Model
=head1 SYNOPSIS
See L<intentioncloud>
=head1 DESCRIPTION
L<Catalyst::Model::DBIC::Schema> Model using schema L<intentioncloud::Schema>
=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.
|