File: MANIFEST

package info (click to toggle)
libtangram-perl 2.12-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,304 kB
  • sloc: perl: 10,260; makefile: 9
file content (197 lines) | stat: -rw-r--r-- 5,364 bytes parent folder | download | duplicates (4)
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
Changes.pod
COPYING
lib/Tangram.pm
lib/Tangram.pod
lib/Tangram/Compat.pm
lib/Tangram/Compat/Stub.pm
lib/Tangram/Complicity.pm
lib/Tangram/Core.pm
lib/Tangram/Core.pod
lib/Tangram/Cursor.pm
lib/Tangram/Cursor.pod
lib/Tangram/Cursor/Coll.pm
lib/Tangram/Cursor/Data.pm
lib/Tangram/Deploy.pm
lib/Tangram/Deploy.pod
lib/Tangram/Driver/mysql.pm
lib/Tangram/Driver/mysql.pod
lib/Tangram/Driver/mysql/Expr/Date.pm
lib/Tangram/Driver/mysql/Expr/Integer.pm
lib/Tangram/Driver/mysql/Storage.pm
lib/Tangram/Driver/Oracle.pm
lib/Tangram/Driver/Oracle.pod
lib/Tangram/Driver/Oracle/Storage.pm
lib/Tangram/Driver/Pg.pm
lib/Tangram/Driver/Pg.pod
lib/Tangram/Driver/Pg/Storage.pm
lib/Tangram/Driver/SQLite.pm
lib/Tangram/Driver/SQLite.pod
lib/Tangram/Driver/SQLite/Storage.pm
lib/Tangram/Driver/SQLite2.pm
lib/Tangram/Driver/Sybase.pm
lib/Tangram/Driver/Sybase.pod
lib/Tangram/Driver/Sybase/Expr/Date.pm
lib/Tangram/Driver/Sybase/Statement.pm
lib/Tangram/Driver/Sybase/Storage.pm
lib/Tangram/Expr.pm
lib/Tangram/Expr.pod
lib/Tangram/Expr/Coll.pm
lib/Tangram/Expr/Coll/FromMany.pm
lib/Tangram/Expr/Coll/FromOne.pm
lib/Tangram/Expr/CursorObject.pm
lib/Tangram/Expr/Filter.pm
lib/Tangram/Expr/FlatArray.pm
lib/Tangram/Expr/FlatHash.pm
lib/Tangram/Expr/LinkTable.pm
lib/Tangram/Expr/QueryObject.pm
lib/Tangram/Expr/RDBObject.pm
lib/Tangram/Expr/Select.pm
lib/Tangram/Expr/Table.pm
lib/Tangram/Expr/TableAlias.pm
lib/Tangram/Intro.pod
lib/Tangram/Lazy/BackRef.pm
lib/Tangram/Lazy/Coll.pm
lib/Tangram/Lazy/Ref.pm
lib/Tangram/Relational.pm
lib/Tangram/Relational.pod
lib/Tangram/Relational/Engine.pm
lib/Tangram/Relational/Engine/Class.pm
lib/Tangram/Relational/Mappings.pod
lib/Tangram/Relational/PolySelectTemplate.pm
lib/Tangram/Relational/Schema.pm
lib/Tangram/Relational/TableSet.pm
lib/Tangram/Remote.pod
lib/Tangram/Schema.pm
lib/Tangram/Schema.pod
lib/Tangram/Schema/Class.pm
lib/Tangram/Schema/ClassHash.pm
lib/Tangram/Schema/Node.pm
lib/Tangram/Springfield.pm
lib/Tangram/Springfield.pod
lib/Tangram/Storage.pm
lib/Tangram/Storage.pod
lib/Tangram/Storage/Statement.pm
lib/Tangram/Sucks.pm
lib/Tangram/Tour.pod
lib/Tangram/Type.pm
lib/Tangram/Type.pod
lib/Tangram/Type/Abstract/Array.pm
lib/Tangram/Type/Abstract/Coll.pm
lib/Tangram/Type/Abstract/Hash.pm
lib/Tangram/Type/Abstract/Set.pm
lib/Tangram/Type/Array/FromMany.pm
lib/Tangram/Type/Array/FromMany.pod
lib/Tangram/Type/Array/FromOne.pm
lib/Tangram/Type/Array/FromOne.pod
lib/Tangram/Type/Array/Scalar.pm
lib/Tangram/Type/Array/Scalar.pod
lib/Tangram/Type/BackRef.pm
lib/Tangram/Type/Date.pm
lib/Tangram/Type/Date/Cooked.pm
lib/Tangram/Type/Date/DateTime.pm
lib/Tangram/Type/Date/Manip.pm
lib/Tangram/Type/Date/Raw.pm
lib/Tangram/Type/Date/TimeHiRes.pm
lib/Tangram/Type/Date/TimePiece.pm
lib/Tangram/Type/Dump.pm
lib/Tangram/Type/Dump/Any.pm
lib/Tangram/Type/Dump/Perl.pm
lib/Tangram/Type/Dump/Perl.pod
lib/Tangram/Type/Dump/Storable.pm
lib/Tangram/Type/Dump/Storable.pod
lib/Tangram/Type/Dump/YAML.pm
lib/Tangram/Type/Extending.pod
lib/Tangram/Type/Hash/FromMany.pm
lib/Tangram/Type/Hash/FromOne.pm
lib/Tangram/Type/Hash/Scalar.pm
lib/Tangram/Type/Hash/Scalar.pod
lib/Tangram/Type/Integer.pm
lib/Tangram/Type/Interval.pm
lib/Tangram/Type/Interval/HiRes.pm
lib/Tangram/Type/Number.pm
lib/Tangram/Type/Real.pm
lib/Tangram/Type/Ref/FromMany.pm
lib/Tangram/Type/Ref/FromMany.pod
lib/Tangram/Type/Ref/FromOne.pm
lib/Tangram/Type/Scalar.pm
lib/Tangram/Type/Scalar.pod
lib/Tangram/Type/Set/FromMany.pm
lib/Tangram/Type/Set/FromMany.pod
lib/Tangram/Type/Set/FromOne.pm
lib/Tangram/Type/Set/FromOne.pod
lib/Tangram/Type/String.pm
lib/Tangram/Type/Time.pm
lib/Tangram/Type/TimeAndDate.pm
lib/Tangram/Type/TimeAndDate.pod
lib/Tangram/Util.pm
Makefile.PL
MANIFEST			This list of files
MANIFEST.SKIP
MYMETA.json
MYMETA.yml
README
SIGNATURE
t/Capture.pm
t/DBConfig.pm
t/Makefile
t/misc/back-inflation.t
t/misc/bughunt.t
t/misc/Fascisto.pm
t/misc/include.t
t/misc/new_opers.t
t/misc/new_types.t
t/misc/RefImage.pm
t/moose/CD.pm
t/musicstore/00-deploy.t
t/musicstore/01-simple.t
t/musicstore/02-reorg.t
t/musicstore/03-reschema.t
t/musicstore/CD.pm
t/musicstore/insert_extra_data.pl
t/musicstore/MusicStore.pm
t/musicstore/Prerequisites.pm
t/musicstore/zz-retreat.t
t/no_tests.t
t/orange/hello-tangram.pl
t/README.pod
t/rt/RT.pm
t/rt/RT.pod
t/springfield/00-deploy.t
t/springfield/01-mappings.t
t/springfield/02-cursor.t
t/springfield/03-queries.t
t/springfield/04-tx.t
t/springfield/05-unload.t
t/springfield/06-reload.t
t/springfield/07-weakref.t
t/springfield/15-datetime.t
t/springfield/20-perldump.t
t/springfield/21-flatarray.t
t/springfield/22-flathash.t
t/springfield/30-ref.t
t/springfield/31-set.t
t/springfield/32-iset.t
t/springfield/33-array.t
t/springfield/34-iarray.t
t/springfield/35-hash.t
t/springfield/36-ihash.t
t/springfield/37-prefetch.t
t/springfield/38-stateless.t
t/springfield/39-save.t
t/springfield/40-dump.t
t/springfield/41-storable.t
t/springfield/42-idbif.t
t/springfield/70-mysql.t
t/springfield/80-mi.t
t/springfield/81-poly.t
t/springfield/82-aggregate.t
t/springfield/Springfield.pm
t/springfield/zz-retreat.t
t/test_manifest
t/TestNeeds.pm
t/timeseries/00-schema.t
t/timeseries/Prerequisites.pm
t/timeseries/TimeSeries.pm
tangram.db
META.yml                                 Module YAML meta-data (added by MakeMaker)
META.json                                Module JSON meta-data (added by MakeMaker)