Commit | Line | Data |
9f19b1d6 |
1 | Build.PL |
2 | Changes |
3 | lib/DBIx/Class.pm |
4 | lib/DBIx/Class/AccessorGroup.pm |
5 | lib/DBIx/Class/CDBICompat.pm |
6 | lib/DBIx/Class/CDBICompat/AccessorMapping.pm |
7 | lib/DBIx/Class/CDBICompat/AttributeAPI.pm |
8 | lib/DBIx/Class/CDBICompat/AutoUpdate.pm |
9 | lib/DBIx/Class/CDBICompat/ColumnCase.pm |
10 | lib/DBIx/Class/CDBICompat/ColumnGroups.pm |
11 | lib/DBIx/Class/CDBICompat/Constraints.pm |
12 | lib/DBIx/Class/CDBICompat/Constructor.pm |
13 | lib/DBIx/Class/CDBICompat/DestroyWarning.pm |
14 | lib/DBIx/Class/CDBICompat/GetSet.pm |
15 | lib/DBIx/Class/CDBICompat/HasA.pm |
16 | lib/DBIx/Class/CDBICompat/HasMany.pm |
17 | lib/DBIx/Class/CDBICompat/ImaDBI.pm |
18 | lib/DBIx/Class/CDBICompat/LazyLoading.pm |
19 | lib/DBIx/Class/CDBICompat/LiveObjectIndex.pm |
20 | lib/DBIx/Class/CDBICompat/MightHave.pm |
21 | lib/DBIx/Class/CDBICompat/ObjIndexStubs.pm |
2a21de92 |
22 | lib/DBIx/Class/CDBICompat/Pager.pm |
9f19b1d6 |
23 | lib/DBIx/Class/CDBICompat/ReadOnly.pm |
24 | lib/DBIx/Class/CDBICompat/Retrieve.pm |
25 | lib/DBIx/Class/CDBICompat/Stringify.pm |
26 | lib/DBIx/Class/CDBICompat/TempColumns.pm |
27 | lib/DBIx/Class/CDBICompat/Triggers.pm |
28 | lib/DBIx/Class/ClassResolver/PassThrough.pm |
29 | lib/DBIx/Class/Componentised.pm |
30 | lib/DBIx/Class/Core.pm |
31 | lib/DBIx/Class/Cursor.pm |
32 | lib/DBIx/Class/DB.pm |
33 | lib/DBIx/Class/Exception.pm |
34 | lib/DBIx/Class/InflateColumn.pm |
35 | lib/DBIx/Class/PK.pm |
36 | lib/DBIx/Class/PK/Auto.pm |
37 | lib/DBIx/Class/PK/Auto/MSSQL.pm |
38 | lib/DBIx/Class/PK/Auto/MySQL.pm |
39 | lib/DBIx/Class/PK/Auto/Oracle.pm |
40 | lib/DBIx/Class/PK/Auto/Pg.pm |
41 | lib/DBIx/Class/PK/Auto/SQLite.pm |
42 | lib/DBIx/Class/Relationship.pm |
43 | lib/DBIx/Class/Relationship/Accessor.pm |
44 | lib/DBIx/Class/Relationship/Base.pm |
ddab752c |
45 | lib/DBIx/Class/Relationship/BelongsTo.pm |
9f19b1d6 |
46 | lib/DBIx/Class/Relationship/CascadeActions.pm |
ddab752c |
47 | lib/DBIx/Class/Relationship/HasMany.pm |
22b15c96 |
48 | lib/DBIx/Class/Relationship/HasOne.pm |
9f19b1d6 |
49 | lib/DBIx/Class/Relationship/ProxyMethods.pm |
50 | lib/DBIx/Class/ResultSet.pm |
51 | lib/DBIx/Class/Row.pm |
52 | lib/DBIx/Class/Schema.pm |
53 | lib/DBIx/Class/Storage/DBI.pm |
54 | lib/DBIx/Class/Storage/DBI/Cursor.pm |
55 | lib/DBIx/Class/Table.pm |
56 | lib/DBIx/Class/Test/SQLite.pm |
033fb34d |
57 | lib/DBIx/Class/UUIDColumns.pm |
22b15c96 |
58 | Makefile.PL |
9f19b1d6 |
59 | MANIFEST This list of files |
22b15c96 |
60 | META.yml |
61 | README |
9f19b1d6 |
62 | script/nextalyzer.pl |
9f19b1d6 |
63 | t/02pod.t |
64 | t/03podcoverage.t |
ddab752c |
65 | t/19quotes.t |
22b15c96 |
66 | t/basicrels/01core.t |
67 | t/basicrels/04db.t |
68 | t/basicrels/05multipk.t |
69 | t/basicrels/06relationship.t |
70 | t/basicrels/07pager.t |
71 | t/basicrels/08inflate.t |
72 | t/basicrels/08inflate_has_a.t |
73 | t/basicrels/09update.t |
74 | t/basicrels/10auto.t |
75 | t/basicrels/11mysql.t |
76 | t/basicrels/12pg.t |
77 | t/basicrels/13oracle.t |
78 | t/basicrels/14mssql.t |
79 | t/basicrels/15limit.t |
80 | t/basicrels/16joins.t |
81 | t/basicrels/17join_count.t |
82 | t/basicrels/18self_referencial.t |
83 | t/cdbi-sweet-t/08pager.t |
9f19b1d6 |
84 | t/cdbi-t/01-columns.t |
85 | t/cdbi-t/02-Film.t |
86 | t/cdbi-t/03-subclassing.t |
87 | t/cdbi-t/04-lazy.t |
88 | t/cdbi-t/06-hasa.t |
89 | t/cdbi-t/08-inheritcols.t |
90 | t/cdbi-t/09-has_many.t |
91 | t/cdbi-t/11-triggers.t |
92 | t/cdbi-t/12-filter.t |
93 | t/cdbi-t/13-constraint.t |
94 | t/cdbi-t/14-might_have.t |
95 | t/cdbi-t/15-accessor.t |
96 | t/cdbi-t/16-reserved.t |
97 | t/cdbi-t/18-has_a.t |
98 | t/cdbi-t/19-set_sql.t |
99 | t/cdbi-t/21-iterator.t |
22b15c96 |
100 | t/cdbi-t/22-self_referential.t |
2a21de92 |
101 | t/cdbi-t/30-pager.t |
9f19b1d6 |
102 | t/cdbi-t/98-failure.t |
22b15c96 |
103 | t/helperrels/01core.t |
104 | t/helperrels/04db.t |
105 | t/helperrels/05multipk.t |
106 | t/helperrels/06relationship.t |
107 | t/helperrels/07pager.t |
108 | t/helperrels/08inflate.t |
109 | t/helperrels/08inflate_has_a.t |
110 | t/helperrels/09update.t |
111 | t/helperrels/10auto.t |
112 | t/helperrels/11mysql.t |
113 | t/helperrels/12pg.t |
114 | t/helperrels/13oracle.t |
115 | t/helperrels/14mssql.t |
116 | t/helperrels/15limit.t |
117 | t/helperrels/16joins.t |
118 | t/helperrels/17join_count.t |
119 | t/helperrels/18self_referencial.t |
033fb34d |
120 | t/helperrels/19uuid.t |
9f19b1d6 |
121 | t/lib/DBICTest.pm |
22b15c96 |
122 | t/lib/DBICTest/BasicRels.pm |
123 | t/lib/DBICTest/HelperRels.pm |
9f19b1d6 |
124 | t/lib/DBICTest/Schema.pm |
125 | t/lib/DBICTest/Schema/Artist.pm |
22b15c96 |
126 | t/lib/DBICTest/Schema/BasicRels.pm |
9f19b1d6 |
127 | t/lib/DBICTest/Schema/CD.pm |
128 | t/lib/DBICTest/Schema/FourKeys.pm |
22b15c96 |
129 | t/lib/DBICTest/Schema/HelperRels.pm |
9f19b1d6 |
130 | t/lib/DBICTest/Schema/LinerNotes.pm |
131 | t/lib/DBICTest/Schema/OneKey.pm |
22b15c96 |
132 | t/lib/DBICTest/Schema/SelfRef.pm |
133 | t/lib/DBICTest/Schema/SelfRefAlias.pm |
9f19b1d6 |
134 | t/lib/DBICTest/Schema/Tag.pm |
135 | t/lib/DBICTest/Schema/Track.pm |
136 | t/lib/DBICTest/Schema/TwoKeys.pm |
22b15c96 |
137 | t/run/01core.tl |
138 | t/run/04db.tl |
139 | t/run/05multipk.tl |
140 | t/run/06relationship.tl |
141 | t/run/07pager.tl |
142 | t/run/08inflate.tl |
143 | t/run/08inflate_has_a.tl |
144 | t/run/09update.tl |
145 | t/run/10auto.tl |
146 | t/run/11mysql.tl |
147 | t/run/12pg.tl |
148 | t/run/13oracle.tl |
149 | t/run/14mssql.tl |
150 | t/run/15limit.tl |
151 | t/run/16joins.tl |
152 | t/run/17join_count.tl |
153 | t/run/18self_referencial.tl |
033fb34d |
154 | t/run/19uuid.tl |
9f19b1d6 |
155 | t/testlib/Actor.pm |
22b15c96 |
156 | t/testlib/ActorAlias.pm |
9f19b1d6 |
157 | t/testlib/Binary.pm |
158 | t/testlib/Blurb.pm |
159 | t/testlib/CDBase.pm |
160 | t/testlib/Director.pm |
161 | t/testlib/Film.pm |
162 | t/testlib/Lazy.pm |
163 | t/testlib/Log.pm |
164 | t/testlib/MyBase.pm |
165 | t/testlib/MyFilm.pm |
166 | t/testlib/MyFoo.pm |
167 | t/testlib/MyStar.pm |
168 | t/testlib/MyStarLink.pm |
169 | t/testlib/MyStarLinkMCPK.pm |
170 | t/testlib/Order.pm |
171 | t/testlib/OtherFilm.pm |
172 | t/testlib/PgBase.pm |