-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMANIFEST
99 lines (99 loc) · 3.31 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
.travis.yml
Build.PL
Changes
eg/Pgapp/Build.PL
eg/Pgapp/db/dist/base.sql
eg/Pgapp/db/dist/docs/html/contents.html
eg/Pgapp/db/dist/docs/html/default.html
eg/Pgapp/db/dist/docs/html/index.html
eg/Pgapp/db/dist/docs/html/table_doo.five.html
eg/Pgapp/db/dist/docs/html/table_doo.number_four.html
eg/Pgapp/db/dist/docs/html/table_doo.one.html
eg/Pgapp/db/dist/docs/html/table_doo.three.html
eg/Pgapp/db/dist/docs/html/table_doo.two.html
eg/Pgapp/db/dist/docs/pod/table_five.pod
eg/Pgapp/db/dist/docs/pod/table_number_four.pod
eg/Pgapp/db/dist/docs/pod/table_one.pod
eg/Pgapp/db/dist/docs/pod/table_three.pod
eg/Pgapp/db/dist/docs/pod/table_two.pod
eg/Pgapp/db/dist/patches_applied.txt
eg/Pgapp/db/patches/0010_one.sql
eg/Pgapp/db/patches/0020_two.sql
eg/Pgapp/db/patches/0030_three.sql
eg/Pgapp/db/patches/0040_four.sql
eg/Pgapp/db/patches/0050_five.sql
eg/Pgapp/lib/Pgapp.pm
eg/PgappDep/PgappA/Build.PL
eg/PgappDep/PgappA/db/dist/base.sql
eg/PgappDep/PgappA/db/dist/base_data.sql
eg/PgappDep/PgappA/db/dist/patches_applied.txt
eg/PgappDep/PgappA/db/patches/0010_init.sql
eg/PgappDep/PgappA/lib/PgappA.pm
eg/PgappDep/PgappA/MANIFEST
eg/PgappDep/PgappB/Build.PL
eg/PgappDep/PgappB/db/dist/base.sql
eg/PgappDep/PgappB/db/dist/base_data.sql
eg/PgappDep/PgappB/db/dist/patches_applied.txt
eg/PgappDep/PgappB/db/patches/0010_init.sql
eg/PgappDep/PgappB/lib/PgappB.pm
eg/PgappDep/PgappB/MANIFEST
eg/PgappDep/README
eg/PgappNoPostgis/Build.PL
eg/PgappNoPostgis/db/dist/base.sql
eg/PgappNoPostgis/db/dist/docs/html/contents.html
eg/PgappNoPostgis/db/dist/docs/html/default.html
eg/PgappNoPostgis/db/dist/docs/html/index.html
eg/PgappNoPostgis/db/dist/docs/html/table_doo.five.html
eg/PgappNoPostgis/db/dist/docs/html/table_doo.number_four.html
eg/PgappNoPostgis/db/dist/docs/html/table_doo.one.html
eg/PgappNoPostgis/db/dist/docs/html/table_doo.three.html
eg/PgappNoPostgis/db/dist/docs/html/table_doo.two.html
eg/PgappNoPostgis/db/dist/docs/pod/table_five.pod
eg/PgappNoPostgis/db/dist/docs/pod/table_number_four.pod
eg/PgappNoPostgis/db/dist/docs/pod/table_one.pod
eg/PgappNoPostgis/db/dist/docs/pod/table_three.pod
eg/PgappNoPostgis/db/dist/docs/pod/table_two.pod
eg/PgappNoPostgis/db/dist/patches_applied.txt
eg/PgappNoPostgis/db/patches/0010_one.sql
eg/PgappNoPostgis/db/patches/0020_two.sql
eg/PgappNoPostgis/db/patches/0030_three.sql
eg/PgappNoPostgis/db/patches/0040_four.sql
eg/PgappNoPostgis/db/patches/0050_five.sql
eg/PgappNoPostgis/lib/Pgapp.pm
eg/Plperlapp/Build.PL
eg/Plperlapp/db/dist/base.sql
eg/Plperlapp/db/dist/base_data.sql
eg/Plperlapp/db/dist/patches_applied.txt
eg/Plperlapp/db/patches/0010_one.sql
eg/Plperlapp/lib/Plperlapp.pm
eg/Plperlapp/MANIFEST
eg/Plperlapp/META.json
eg/Plperlapp/META.yml
eg/SqliteApp/Build.PL
eg/SqliteApp/db/patches/0010_one.sql
eg/SqliteApp/db/patches/0020_two.sql
eg/SqliteApp/db/patches/0030_three.sql
eg/SqliteApp/db/patches/0040_four.sql
eg/SqliteApp/db/patches/0050_five.sql
eg/SqliteApp/lib/SqliteApp.pm
ignore.txt
lib/Module/Build/Database.pm
lib/Module/Build/Database/Helpers.pm
lib/Module/Build/Database/PostgreSQL.pm
lib/Module/Build/Database/PostgreSQL/Templates.pm
lib/Module/Build/Database/SQLite.pm
lib/Test/MBD.pm
Makefile.PL
MANIFEST This list of files
MANIFEST.SKIP
META.json
META.yml
README.md
t/00-load.t
t/01-install-postgis.t
t/02-install-no-postgis.t
t/03-install-sqlite.t
t/04-install_path.t
t/05-plperl.t
t/pod.t
t/tlib/misc.pm