-
Notifications
You must be signed in to change notification settings - Fork 5
/
MANIFEST
189 lines (189 loc) · 6.65 KB
/
MANIFEST
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
Changes
inc/Module/AutoInstall.pm
inc/Module/Install.pm
inc/Module/Install/AuthorTests.pm
inc/Module/Install/AutoInstall.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Include.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/ReadmePodFromPod.pm
inc/Module/Install/TestBase.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
inc/Spiffy.pm
inc/Test/Base.pm
inc/Test/Base/Filter.pm
inc/Test/Builder.pm
inc/Test/Builder/Module.pm
inc/Test/Exception.pm
inc/Test/More.pm
lib/DateTime/Format/DBIMAPPER_MySQL.pm
lib/DBIx/ObjectMapper.pm
lib/DBIx/ObjectMapper/Engine.pm
lib/DBIx/ObjectMapper/Engine/DBI.pm
lib/DBIx/ObjectMapper/Engine/DBI/Driver.pm
lib/DBIx/ObjectMapper/Engine/DBI/Driver/mysql.pm
lib/DBIx/ObjectMapper/Engine/DBI/Driver/Pg.pm
lib/DBIx/ObjectMapper/Engine/DBI/Driver/SQLite.pm
lib/DBIx/ObjectMapper/Engine/DBI/Iterator.pm
lib/DBIx/ObjectMapper/Engine/DBI/Transaction.pm
lib/DBIx/ObjectMapper/Iterator.pm
lib/DBIx/ObjectMapper/Iterator/Base.pm
lib/DBIx/ObjectMapper/Log.pm
lib/DBIx/ObjectMapper/Mapper.pm
lib/DBIx/ObjectMapper/Mapper/Accessor.pm
lib/DBIx/ObjectMapper/Mapper/Attribute.pm
lib/DBIx/ObjectMapper/Mapper/Attribute/Array.pm
lib/DBIx/ObjectMapper/Mapper/Attribute/Hash.pm
lib/DBIx/ObjectMapper/Mapper/Attribute/Property.pm
lib/DBIx/ObjectMapper/Mapper/Constructor.pm
lib/DBIx/ObjectMapper/Mapper/Instance.pm
lib/DBIx/ObjectMapper/Metadata.pm
lib/DBIx/ObjectMapper/Metadata/Declare.pm
lib/DBIx/ObjectMapper/Metadata/Polymorphic.pm
lib/DBIx/ObjectMapper/Metadata/Query.pm
lib/DBIx/ObjectMapper/Metadata/Sugar.pm
lib/DBIx/ObjectMapper/Metadata/Table.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column/Base.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column/Connect.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column/Desc.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column/Func.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column/Type.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Array.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/BigInt.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Binary.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Bit.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Boolean.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Date.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Datetime.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Float.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Int.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Interval.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Mush.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Numeric.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/SmallInt.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/String.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Text.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Time.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Undef.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Uri.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Yaml.pm
lib/DBIx/ObjectMapper/Metadata/Table/Column/TypeMap.pm
lib/DBIx/ObjectMapper/Query.pm
lib/DBIx/ObjectMapper/Query/Base.pm
lib/DBIx/ObjectMapper/Query/Count.pm
lib/DBIx/ObjectMapper/Query/Delete.pm
lib/DBIx/ObjectMapper/Query/Insert.pm
lib/DBIx/ObjectMapper/Query/Select.pm
lib/DBIx/ObjectMapper/Query/Update.pm
lib/DBIx/ObjectMapper/Relation.pm
lib/DBIx/ObjectMapper/Relation/BelongsTo.pm
lib/DBIx/ObjectMapper/Relation/HasMany.pm
lib/DBIx/ObjectMapper/Relation/HasOne.pm
lib/DBIx/ObjectMapper/Relation/ManyToMany.pm
lib/DBIx/ObjectMapper/Session.pm
lib/DBIx/ObjectMapper/Session/Array.pm
lib/DBIx/ObjectMapper/Session/Cache.pm
lib/DBIx/ObjectMapper/Session/ObjectChangeChecker.pm
lib/DBIx/ObjectMapper/Session/Search.pm
lib/DBIx/ObjectMapper/Session/UnitOfWork.pm
lib/DBIx/ObjectMapper/SQL.pm
lib/DBIx/ObjectMapper/SQL/Base.pm
lib/DBIx/ObjectMapper/SQL/Delete.pm
lib/DBIx/ObjectMapper/SQL/Insert.pm
lib/DBIx/ObjectMapper/SQL/Select.pm
lib/DBIx/ObjectMapper/SQL/Set.pm
lib/DBIx/ObjectMapper/SQL/Update.pm
lib/DBIx/ObjectMapper/Utils.pm
Makefile.PL
MANIFEST This list of files
MANIFEST.SKIP
META.yml
README
t/00_compile.t
t/01_sql.t
t/03_utils.t
t/05_engine/000_interface.t
t/05_engine/010_dbi.t
t/05_engine/011_dbi_query_cache.t
t/09_query/000_basic.t
t/09_query/100_insert_multi.t
t/10_meta/000_column_type.t
t/10_meta/000_sugar.t
t/10_meta/001_column.t
t/10_meta/002_table.t
t/10_meta/003_metadata.t
t/10_meta/004_query.t
t/10_meta/005_cast_column_type.t
t/10_meta/006_default_and_on_update.t
t/10_meta/007_declare.t
t/10_meta/008_insert_skip_default_value.t
t/10_meta/009_trigger.t
t/10_meta/010_polymorphic.t
t/11_mapper/000_mapper.t
t/11_mapper/001_inherit_mapper_config.t
t/11_mapper/002_replace_method.t
t/11_mapper/300_moose.t
t/11_mapper/310_mouse.t
t/11_mapper/lib/MyTest/AO/Artist.pm
t/11_mapper/lib/MyTest/Basic/ArrayRefArtist.pm
t/11_mapper/lib/MyTest/Basic/Artist.pm
t/11_mapper/lib/MyTest/Basic/ArtistArray.pm
t/11_mapper/lib/MyTest/Basic/ArtistArray2.pm
t/11_mapper/lib/MyTest/Basic/ArtistCompileError.pm
t/11_mapper/lib/MyTest/Basic/GenericAccessorArtist.pm
t/11_mapper/lib/MyTest/CO/Artist.pm
t/12_session/000_array.t
t/12_session/000_basic.t
t/12_session/001_query.t
t/12_session/010_relation_basic.t
t/12_session/011_relation_search.t
t/12_session/012_self_relation.t
t/12_session/013_lazyload.t
t/12_session/014_cascade.t
t/12_session/015_default_condition.t
t/12_session/016_belongs_to_cascade.t
t/12_session/017_default_value.t
t/12_session/018_no_cache.t
t/12_session/019_transaction.t
t/12_session/020_share_object.t
t/12_session/021_validation.t
t/12_session/022_change_checker.t
t/12_session/023_arrayref_obj.t
t/12_session/024_has_one_foreign_key.t
t/12_session/025_differ_prop_name_and_col_name.t
t/12_session/026_init_using_accessor_object.t
t/12_session/027_no_data_rel.t
t/12_session/028_single_table_inheritance.t
t/12_session/029_class_table_inheritance.t
t/12_session/030_inherit_polymorphic_tree.t
t/12_session/031_pager.t
t/12_session/032_class_table_inheritance_with_relation.t
t/12_session/033_earger_search_with_default_condition.t
t/12_session/034_move_relation_objects.t
t/12_session/035_refresh_and_clear_cache.t
t/12_session/100_many_to_many.t
t/12_session/200_die.t
t/12_session/lib/MyTest11.pm
t/20_misc/001_meta_query.t
t/20_misc/002_pg.t
t/20_misc/003_mysql.t
t/20_misc/004_fork.t
t/20_misc/005_thread.t
t/20_misc/006_meta_query_with_func.t
t/20_misc/007_load_pg.t
t/21_example/class_table_inheritance.t
t/21_example/lib/MapperExample/Product.pm
t/21_example/lib/MapperExample/ShoppingCart.pm
t/21_example/shopping_cart.t
t/21_example/shopping_cart2.t
t/21_example/single_table_inheritance.t
xt/01_pod.t
xt/02_podcoverage.t
xt/03_kwalitee.t
xt/99_perlcritic.t
xt/perlcriticrc