File: MANIFEST

package info (click to toggle)
librose-db-object-perl 0.770-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 4,068 kB
  • ctags: 2,125
  • sloc: perl: 73,047; sql: 28; makefile: 10
file content (219 lines) | stat: -rw-r--r-- 8,021 bytes parent folder | download
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
Changes
lib/Rose/DB/Object.pm
lib/Rose/DB/Object/Cached.pm
lib/Rose/DB/Object/Constants.pm
lib/Rose/DB/Object/ConventionManager.pm
lib/Rose/DB/Object/ConventionManager/Null.pm
lib/Rose/DB/Object/Exception.pm
lib/Rose/DB/Object/Helpers.pm
lib/Rose/DB/Object/Iterator.pm
lib/Rose/DB/Object/Loader.pm
lib/Rose/DB/Object/MakeMethods/BigNum.pm
lib/Rose/DB/Object/MakeMethods/Date.pm
lib/Rose/DB/Object/MakeMethods/Generic.pm
lib/Rose/DB/Object/MakeMethods/Pg.pm
lib/Rose/DB/Object/MakeMethods/Std.pm
lib/Rose/DB/Object/MakeMethods/Time.pm
lib/Rose/DB/Object/Manager.pm
lib/Rose/DB/Object/Metadata.pm
lib/Rose/DB/Object/Metadata/Auto.pm
lib/Rose/DB/Object/Metadata/Auto/Generic.pm
lib/Rose/DB/Object/Metadata/Auto/Informix.pm
lib/Rose/DB/Object/Metadata/Auto/MySQL.pm
lib/Rose/DB/Object/Metadata/Auto/Oracle.pm
lib/Rose/DB/Object/Metadata/Auto/Pg.pm
lib/Rose/DB/Object/Metadata/Auto/SQLite.pm
lib/Rose/DB/Object/Metadata/Column.pm
lib/Rose/DB/Object/Metadata/Column/Array.pm
lib/Rose/DB/Object/Metadata/Column/BigInt.pm
lib/Rose/DB/Object/Metadata/Column/BigSerial.pm
lib/Rose/DB/Object/Metadata/Column/Bitfield.pm
lib/Rose/DB/Object/Metadata/Column/Blob.pm
lib/Rose/DB/Object/Metadata/Column/Boolean.pm
lib/Rose/DB/Object/Metadata/Column/Pg/Bytea.pm
lib/Rose/DB/Object/Metadata/Column/Character.pm
lib/Rose/DB/Object/Metadata/Column/Date.pm
lib/Rose/DB/Object/Metadata/Column/Datetime.pm
lib/Rose/DB/Object/Metadata/Column/DatetimeYearToFraction.pm
lib/Rose/DB/Object/Metadata/Column/DatetimeYearToFraction1.pm
lib/Rose/DB/Object/Metadata/Column/DatetimeYearToFraction2.pm
lib/Rose/DB/Object/Metadata/Column/DatetimeYearToFraction3.pm
lib/Rose/DB/Object/Metadata/Column/DatetimeYearToFraction4.pm
lib/Rose/DB/Object/Metadata/Column/DatetimeYearToFraction5.pm
lib/Rose/DB/Object/Metadata/Column/DatetimeYearToMinute.pm
lib/Rose/DB/Object/Metadata/Column/DatetimeYearToMonth.pm
lib/Rose/DB/Object/Metadata/Column/DatetimeYearToSecond.pm
lib/Rose/DB/Object/Metadata/Column/Decimal.pm
lib/Rose/DB/Object/Metadata/Column/DoublePrecision.pm
lib/Rose/DB/Object/Metadata/Column/Enum.pm
lib/Rose/DB/Object/Metadata/Column/Epoch.pm
lib/Rose/DB/Object/Metadata/Column/Epoch/HiRes.pm
lib/Rose/DB/Object/Metadata/Column/Float.pm
lib/Rose/DB/Object/Metadata/Column/Integer.pm
lib/Rose/DB/Object/Metadata/Column/Interval.pm
lib/Rose/DB/Object/Metadata/Column/Numeric.pm
lib/Rose/DB/Object/Metadata/Column/Pg/Chkpass.pm
lib/Rose/DB/Object/Metadata/Column/Scalar.pm
lib/Rose/DB/Object/Metadata/Column/Serial.pm
lib/Rose/DB/Object/Metadata/Column/Set.pm
lib/Rose/DB/Object/Metadata/Column/Text.pm
lib/Rose/DB/Object/Metadata/Column/Time.pm
lib/Rose/DB/Object/Metadata/Column/Timestamp.pm
lib/Rose/DB/Object/Metadata/Column/Varchar.pm
lib/Rose/DB/Object/Metadata/ColumnList.pm
lib/Rose/DB/Object/Metadata/ForeignKey.pm
lib/Rose/DB/Object/Metadata/MethodMaker.pm
lib/Rose/DB/Object/Metadata/Object.pm
lib/Rose/DB/Object/Metadata/PrimaryKey.pm
lib/Rose/DB/Object/Metadata/Relationship.pm
lib/Rose/DB/Object/Metadata/Relationship/ManyToMany.pm
lib/Rose/DB/Object/Metadata/Relationship/ManyToOne.pm
lib/Rose/DB/Object/Metadata/Relationship/OneToMany.pm
lib/Rose/DB/Object/Metadata/Relationship/OneToOne.pm
lib/Rose/DB/Object/Metadata/UniqueKey.pm
lib/Rose/DB/Object/Metadata/Util.pm
lib/Rose/DB/Object/MixIn.pm
lib/Rose/DB/Object/QueryBuilder.pm
lib/Rose/DB/Object/Std.pm
lib/Rose/DB/Object/Std/Cached.pm
lib/Rose/DB/Object/Std/Metadata.pm
lib/Rose/DB/Object/Tutorial.pod
lib/Rose/DB/Object/Util.pm
Makefile.PL
MANIFEST
t/00-warning.t
t/auto-setup.t
t/benchmarks/bench.pl
t/benchmarks/lib/MyTest/CDBI/Base.pm
t/benchmarks/lib/MyTest/CDBI/Complex/Category.pm
t/benchmarks/lib/MyTest/CDBI/Complex/Code.pm
t/benchmarks/lib/MyTest/CDBI/Complex/CodeName.pm
t/benchmarks/lib/MyTest/CDBI/Complex/Product.pm
t/benchmarks/lib/MyTest/CDBI/Simple/Category.pm
t/benchmarks/lib/MyTest/CDBI/Simple/Code.pm
t/benchmarks/lib/MyTest/CDBI/Simple/CodeName.pm
t/benchmarks/lib/MyTest/CDBI/Simple/Product.pm
t/benchmarks/lib/MyTest/CDBI/Sweet/Base.pm
t/benchmarks/lib/MyTest/CDBI/Sweet/Complex/Category.pm
t/benchmarks/lib/MyTest/CDBI/Sweet/Complex/Code.pm
t/benchmarks/lib/MyTest/CDBI/Sweet/Complex/CodeName.pm
t/benchmarks/lib/MyTest/CDBI/Sweet/Complex/Product.pm
t/benchmarks/lib/MyTest/CDBI/Sweet/Simple/Category.pm
t/benchmarks/lib/MyTest/CDBI/Sweet/Simple/Code.pm
t/benchmarks/lib/MyTest/CDBI/Sweet/Simple/CodeName.pm
t/benchmarks/lib/MyTest/CDBI/Sweet/Simple/Product.pm
t/benchmarks/lib/MyTest/DBIC/Schema.pm
t/benchmarks/lib/MyTest/DBIC/Schema/Complex/Category.pm
t/benchmarks/lib/MyTest/DBIC/Schema/Complex/Code.pm
t/benchmarks/lib/MyTest/DBIC/Schema/Complex/CodeName.pm
t/benchmarks/lib/MyTest/DBIC/Schema/Complex/Product.pm
t/benchmarks/lib/MyTest/DBIC/Schema/Simple/Category.pm
t/benchmarks/lib/MyTest/DBIC/Schema/Simple/Code.pm
t/benchmarks/lib/MyTest/DBIC/Schema/Simple/CodeName.pm
t/benchmarks/lib/MyTest/DBIC/Schema/Simple/Product.pm
t/benchmarks/lib/MyTest/RDBO/Complex/Category.pm
t/benchmarks/lib/MyTest/RDBO/Complex/Category/Manager.pm
t/benchmarks/lib/MyTest/RDBO/Complex/Code.pm
t/benchmarks/lib/MyTest/RDBO/Complex/CodeName.pm
t/benchmarks/lib/MyTest/RDBO/Complex/Product.pm
t/benchmarks/lib/MyTest/RDBO/Complex/Product/Manager.pm
t/benchmarks/lib/MyTest/RDBO/Simple/Category.pm
t/benchmarks/lib/MyTest/RDBO/Simple/Category/Manager.pm
t/benchmarks/lib/MyTest/RDBO/Simple/Code.pm
t/benchmarks/lib/MyTest/RDBO/Simple/CodeName.pm
t/benchmarks/lib/MyTest/RDBO/Simple/Product.pm
t/benchmarks/lib/MyTest/RDBO/Simple/Product/Manager.pm
t/bind-param.t
t/column-triggers.t
t/column-values.t
t/db-migration.t
t/db-object-auto.t
t/db-object-cached.t
t/db-object-changes-only-1.t
t/db-object-changes-only-2.t
t/db-object-convention.t
t/db-object-foreign-key-auto.t
t/db-object-foreign-key.t
t/db-object-helpers.t
t/db-object-loader.t
t/db-object-loader-2.t
t/db-object-loader-3.t
t/db-object-loader-4.t
t/db-object-loader-5.t
t/db-object-loader-6.t
t/db-object-loader-7.t
t/db-object-loader-8.t
t/db-object-manager-bulk-ops.t
t/db-object-manager.t
t/db-object-mapper.t
t/db-object-metadata.t
t/db-object-relationship.t
t/db-object-relationship-auto.t
t/db-object-relationship-auto-2.t
t/db-object-std-cached.t
t/db-object-std.t
t/db-object.t
t/deep-joins.t
t/inheritance.t
t/lazy-columns.t
t/lib/My/DB/Gene/Main.pm
t/lib/My/DB/Gene2Unigene.pm
t/lib/My/DB/Object.pm
t/lib/My/DB/Unigene/Main.pm
t/makemethods-db.t
t/makemethods.t
t/make-modules.ext
t/make-modules.t
t/map-record-name-conflict.pl
t/multi-pk-sequences.t
t/nested-joins.t
t/pk-fk-columns.t
t/pod.t
t/query-builder.t
t/save-cascade.t
t/sandbox/code-gen/generated-perl-test.pl
t/sandbox/code-gen/lib/.placeholder
t/sandbox/code-gen/make-modules.pl
t/sandbox/convention/convention-test-auto.pl
t/sandbox/convention/convention-test-loader.pl
t/sandbox/convention/convention-test.pl
t/sandbox/convention/lib/My/Auto/Color.pm
t/sandbox/convention/lib/My/Auto/Price.pm
t/sandbox/convention/lib/My/Auto/Product.pm
t/sandbox/convention/lib/My/Auto/ProductColors.pm
t/sandbox/convention/lib/My/Auto/Vendor.pm
t/sandbox/convention/lib/My/Color.pm
t/sandbox/convention/lib/My/DB.pm
t/sandbox/convention/lib/My/Object.pm
t/sandbox/convention/lib/My/Price.pm
t/sandbox/convention/lib/My/Product.pm
t/sandbox/convention/lib/My/ProductColors.pm
t/sandbox/convention/lib/My/Region.pm
t/sandbox/convention/lib/My/Vendor.pm
t/sandbox/schema-clash/lib/Alpha.pm
t/sandbox/schema-clash/lib/Beta.pm
t/sandbox/schema-clash/sql/alpha.sql
t/sandbox/schema-clash/sql/beta.sql
t/sandbox/schema-clash/sql/databases.sql
t/sandbox/schema-clash/t/one.t
t/sandbox/schema-clash/t/two.t
t/sandbox/schema-clash/test.pl
t/schema-override.t
t/spot-check-01.t
t/spot-check-02.t
t/spot-check-03.t
t/spot-check-04.t
t/spot-check-05.t
t/spot-check-06.t
t/spot-check-07.t
t/spot-check-08.t
t/spot-check-09.t
t/spot-check-10.t
t/spot-check-11.t
t/spot-check-12.t
t/spot-check-13.t
t/spot-check-14.t
t/test-lib.pl
t/undef-overrides-default.t
t/unique-key-prefs.t
META.yml                                 Module meta-data (added by MakeMaker)