line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package CatalystX::OAuth2::Schema; |
2
|
8
|
|
|
8
|
|
229775
|
use base qw(DBIx::Class::Schema); |
|
8
|
|
|
|
|
26
|
|
|
8
|
|
|
|
|
5279
|
|
3
|
|
|
|
|
|
|
__PACKAGE__->load_namespaces; |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
# ABSTRACT: A L<DBIx::Class> schema for use as the backend of the DBIC OAuth2 store |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
1; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
__END__ |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=pod |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 NAME |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
CatalystX::OAuth2::Schema - A L<DBIx::Class> schema for use as the backend of the DBIC OAuth2 store |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=head1 VERSION |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
version 0.001007 |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=head1 AUTHOR |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
Eden Cardim <edencardim@gmail.com> |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
This software is copyright (c) 2017 by Suretec Systems Ltd. |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
30
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=cut |