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 |
8c130052 |
35 | lib/DBIx/Class/Manual.pod |
36 | lib/DBIx/Class/Manual/Cookbook.pod |
37 | lib/DBIx/Class/Manual/FAQ.pod |
38 | lib/DBIx/Class/Manual/Intro.pod |
39 | lib/DBIx/Class/Manual/Troubleshooting.pod |
40 | lib/DBIx/Class/ObjectCache.pm |
9f19b1d6 |
41 | lib/DBIx/Class/PK.pm |
42 | lib/DBIx/Class/PK/Auto.pm |
9ce9ec10 |
43 | lib/DBIx/Class/PK/Auto/DB2.pm |
9f19b1d6 |
44 | lib/DBIx/Class/PK/Auto/MSSQL.pm |
45 | lib/DBIx/Class/PK/Auto/MySQL.pm |
46 | lib/DBIx/Class/PK/Auto/Oracle.pm |
47 | lib/DBIx/Class/PK/Auto/Pg.pm |
48 | lib/DBIx/Class/PK/Auto/SQLite.pm |
49 | lib/DBIx/Class/Relationship.pm |
50 | lib/DBIx/Class/Relationship/Accessor.pm |
51 | lib/DBIx/Class/Relationship/Base.pm |
ddab752c |
52 | lib/DBIx/Class/Relationship/BelongsTo.pm |
9f19b1d6 |
53 | lib/DBIx/Class/Relationship/CascadeActions.pm |
ddab752c |
54 | lib/DBIx/Class/Relationship/HasMany.pm |
22b15c96 |
55 | lib/DBIx/Class/Relationship/HasOne.pm |
7411204b |
56 | lib/DBIx/Class/Relationship/Helpers.pm |
57 | lib/DBIx/Class/Relationship/ManyToMany.pm |
9f19b1d6 |
58 | lib/DBIx/Class/Relationship/ProxyMethods.pm |
59 | lib/DBIx/Class/ResultSet.pm |
82b1cd1f |
60 | lib/DBIx/Class/ResultSetInstance.pm |
9ce9ec10 |
61 | lib/DBIx/Class/ResultSource.pm |
9f19b1d6 |
62 | lib/DBIx/Class/Row.pm |
63 | lib/DBIx/Class/Schema.pm |
64 | lib/DBIx/Class/Storage/DBI.pm |
65 | lib/DBIx/Class/Storage/DBI/Cursor.pm |
66 | lib/DBIx/Class/Table.pm |
82b1cd1f |
67 | lib/DBIx/Class/TableInstance.pm |
9f19b1d6 |
68 | lib/DBIx/Class/Test/SQLite.pm |
033fb34d |
69 | lib/DBIx/Class/UUIDColumns.pm |
82b1cd1f |
70 | lib/DBIx/Class/Validation.pm |
22b15c96 |
71 | Makefile.PL |
9f19b1d6 |
72 | MANIFEST This list of files |
22b15c96 |
73 | META.yml |
74 | README |
9f19b1d6 |
75 | t/02pod.t |
76 | t/03podcoverage.t |
7b601771 |
77 | t/04dont_break_c3.t |
4db53147 |
78 | t/18inserterror.t |
ddab752c |
79 | t/19quotes.t |
7b601771 |
80 | t/20setuperrors.t |
22b15c96 |
81 | t/basicrels/01core.t |
82 | t/basicrels/04db.t |
83 | t/basicrels/05multipk.t |
84 | t/basicrels/06relationship.t |
85 | t/basicrels/07pager.t |
86 | t/basicrels/08inflate.t |
87 | t/basicrels/08inflate_has_a.t |
88 | t/basicrels/09update.t |
89 | t/basicrels/10auto.t |
90 | t/basicrels/11mysql.t |
91 | t/basicrels/12pg.t |
92 | t/basicrels/13oracle.t |
93 | t/basicrels/14mssql.t |
94 | t/basicrels/15limit.t |
95 | t/basicrels/16joins.t |
96 | t/basicrels/17join_count.t |
97 | t/basicrels/18self_referencial.t |
98 | t/cdbi-sweet-t/08pager.t |
9f19b1d6 |
99 | t/cdbi-t/01-columns.t |
100 | t/cdbi-t/02-Film.t |
101 | t/cdbi-t/03-subclassing.t |
102 | t/cdbi-t/04-lazy.t |
103 | t/cdbi-t/06-hasa.t |
9f19b1d6 |
104 | t/cdbi-t/09-has_many.t |
105 | t/cdbi-t/11-triggers.t |
106 | t/cdbi-t/12-filter.t |
107 | t/cdbi-t/13-constraint.t |
108 | t/cdbi-t/14-might_have.t |
109 | t/cdbi-t/15-accessor.t |
110 | t/cdbi-t/16-reserved.t |
111 | t/cdbi-t/18-has_a.t |
112 | t/cdbi-t/19-set_sql.t |
113 | t/cdbi-t/21-iterator.t |
22b15c96 |
114 | t/cdbi-t/22-self_referential.t |
2a21de92 |
115 | t/cdbi-t/30-pager.t |
9f19b1d6 |
116 | t/cdbi-t/98-failure.t |
22b15c96 |
117 | t/helperrels/01core.t |
118 | t/helperrels/04db.t |
119 | t/helperrels/05multipk.t |
120 | t/helperrels/06relationship.t |
121 | t/helperrels/07pager.t |
122 | t/helperrels/08inflate.t |
123 | t/helperrels/08inflate_has_a.t |
124 | t/helperrels/09update.t |
125 | t/helperrels/10auto.t |
126 | t/helperrels/11mysql.t |
127 | t/helperrels/12pg.t |
128 | t/helperrels/13oracle.t |
129 | t/helperrels/14mssql.t |
130 | t/helperrels/15limit.t |
131 | t/helperrels/16joins.t |
132 | t/helperrels/17join_count.t |
133 | t/helperrels/18self_referencial.t |
033fb34d |
134 | t/helperrels/19uuid.t |
9f19b1d6 |
135 | t/lib/DBICTest.pm |
22b15c96 |
136 | t/lib/DBICTest/BasicRels.pm |
137 | t/lib/DBICTest/HelperRels.pm |
9f19b1d6 |
138 | t/lib/DBICTest/Schema.pm |
139 | t/lib/DBICTest/Schema/Artist.pm |
9ce9ec10 |
140 | t/lib/DBICTest/Schema/ArtistUndirectedMap.pm |
22b15c96 |
141 | t/lib/DBICTest/Schema/BasicRels.pm |
9f19b1d6 |
142 | t/lib/DBICTest/Schema/CD.pm |
7411204b |
143 | t/lib/DBICTest/Schema/CD_to_Producer.pm |
9f19b1d6 |
144 | t/lib/DBICTest/Schema/FourKeys.pm |
22b15c96 |
145 | t/lib/DBICTest/Schema/HelperRels.pm |
9f19b1d6 |
146 | t/lib/DBICTest/Schema/LinerNotes.pm |
147 | t/lib/DBICTest/Schema/OneKey.pm |
7411204b |
148 | t/lib/DBICTest/Schema/Producer.pm |
22b15c96 |
149 | t/lib/DBICTest/Schema/SelfRef.pm |
150 | t/lib/DBICTest/Schema/SelfRefAlias.pm |
9f19b1d6 |
151 | t/lib/DBICTest/Schema/Tag.pm |
152 | t/lib/DBICTest/Schema/Track.pm |
153 | t/lib/DBICTest/Schema/TwoKeys.pm |
9ce9ec10 |
154 | t/lib/DBICTest/Setup.pm |
22b15c96 |
155 | t/run/01core.tl |
9ce9ec10 |
156 | t/run/01core.tl.rej |
22b15c96 |
157 | t/run/04db.tl |
158 | t/run/05multipk.tl |
159 | t/run/06relationship.tl |
160 | t/run/07pager.tl |
161 | t/run/08inflate.tl |
162 | t/run/08inflate_has_a.tl |
163 | t/run/09update.tl |
164 | t/run/10auto.tl |
165 | t/run/11mysql.tl |
166 | t/run/12pg.tl |
167 | t/run/13oracle.tl |
168 | t/run/14mssql.tl |
169 | t/run/15limit.tl |
170 | t/run/16joins.tl |
171 | t/run/17join_count.tl |
172 | t/run/18self_referencial.tl |
033fb34d |
173 | t/run/19uuid.tl |
9f19b1d6 |
174 | t/testlib/Actor.pm |
22b15c96 |
175 | t/testlib/ActorAlias.pm |
9f19b1d6 |
176 | t/testlib/Binary.pm |
177 | t/testlib/Blurb.pm |
178 | t/testlib/CDBase.pm |
179 | t/testlib/Director.pm |
180 | t/testlib/Film.pm |
181 | t/testlib/Lazy.pm |
182 | t/testlib/Log.pm |
183 | t/testlib/MyBase.pm |
184 | t/testlib/MyFilm.pm |
185 | t/testlib/MyFoo.pm |
186 | t/testlib/MyStar.pm |
187 | t/testlib/MyStarLink.pm |
188 | t/testlib/MyStarLinkMCPK.pm |
189 | t/testlib/Order.pm |
190 | t/testlib/OtherFilm.pm |
191 | t/testlib/PgBase.pm |