forked from nekokak/p5-Teng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST
91 lines (91 loc) · 2.28 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
Changes
inc/Module/Install.pm
inc/Module/Install/AuthorTests.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Repository.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
lib/Teng.pm
lib/Teng/Iterator.pm
lib/Teng/Plugin/BulkInsert.pm
lib/Teng/Plugin/Count.pm
lib/Teng/Plugin/FindOrCreate.pm
lib/Teng/Plugin/Pager.pm
lib/Teng/Plugin/Pager/MySQLFoundRows.pm
lib/Teng/Plugin/Replace.pm
lib/Teng/QueryBuilder.pm
lib/Teng/Row.pm
lib/Teng/Schema.pm
lib/Teng/Schema/Declare.pm
lib/Teng/Schema/Dumper.pm
lib/Teng/Schema/Loader.pm
lib/Teng/Schema/Table.pm
LICENSE
Makefile.PL
MANIFEST This list of files
META.yml
README
t/001_basic/001_compile.t
t/001_basic/002_schema.t
t/001_basic/003_schema_loader.t
t/001_basic/004_schema_dumper.t
t/001_basic/006_all_in_one_file.t
t/001_basic/007_connect_info.t
t/001_basic/011_inflate.t
t/001_basic/015_row_class.t
t/001_basic/016_row_exception.t
t/001_basic/020_on_connect_do.t
t/001_basic/021_reconnect.t
t/001_basic/022_transaction.t
t/001_basic/023_bulk_insert.t
t/001_basic/024_bind_column.t
t/001_basic/025_pager.t
t/002_common/000_new.t
t/002_common/001_insert.t
t/002_common/002_update.t
t/002_common/003_delete.t
t/002_common/004_find_or_create.t
t/002_common/005_count.t
t/002_common/006_single.t
t/002_common/007_search.t
t/002_common/008_search_named.t
t/002_common/009_search_by_sql.t
t/002_common/011_do.t
t/002_common/012_replace.t
t/002_common/017_iterator.t
t/002_common/018_refetch.t
t/002_common/019_get_columns.t
t/002_common/020_get_column.t
t/002_common/022_disconnect.t
t/002_common/023_multi_pk.t
t/999_regression/bind_param.t
t/999_regression/deflate_bug.t
t/999_regression/guess_table_name.t
t/999_regression/no_schema.t
t/999_regression/prepare_error_handling.t
t/lib/Mock/Basic.pm
t/lib/Mock/Basic/Schema.pm
t/lib/Mock/BasicBindColumn.pm
t/lib/Mock/BasicBindColumn/Schema.pm
t/lib/Mock/Inflate.pm
t/lib/Mock/Inflate/Name.pm
t/lib/Mock/Inflate/Schema.pm
t/lib/MyGuard.pm
t/lib/TengTest.pm
t/Utils.pm
xt/02_pod.t
xt/03_pod_coverage.t
xt/mysql/common.t
xt/mysql/fork.t
xt/mysql/pager_mysql_found_rows.t
xt/mysql/transaction.t
xt/perlcritic.t
xt/perlcriticrc
xt/postgresql/common.t
xt/postgresql/transaction.t
xt/Utils/mysql.pm
xt/Utils/postgresql.pm