forked from zonemaster/zonemaster-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST
67 lines (67 loc) · 1.96 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
.travis.yml
Changes
CodeSnippets/client.pl
CodeSnippets/Client.pm
CodeSnippets/sample_api_call__get_data_from_parent_zone.pl
CodeSnippets/sample_api_call__get_ns_ips.pl
CodeSnippets/sample_api_call__validate_syntax.pl
CodeSnippets/sample_api_call__version_info.pl
docs/API.md
docs/Architecture.md
docs/files-description.md
docs/GettingStarted.md
docs/Installation.md
docs/TypographicConventions.md
docs/upgrade-from-1.0.x-to-1.1.x.md
inc/Module/Install.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/Scripts.pm
inc/Module/Install/Share.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
lib/Zonemaster/Backend.pm
lib/Zonemaster/Backend/Config.pm
lib/Zonemaster/Backend/DB.pm
lib/Zonemaster/Backend/DB/MySQL.pm
lib/Zonemaster/Backend/DB/PostgreSQL.pm
lib/Zonemaster/Backend/DB/SQLite.pm
lib/Zonemaster/Backend/RPCAPI.pm
lib/Zonemaster/Backend/TestAgent.pm
lib/Zonemaster/Backend/Translator.pm
LICENSE
Makefile.PL
MANIFEST This list of files
META.yml
README.md
script/add-test.pl
script/create_db_mysql.pl
script/create_db_postgresql_9.3.pl
script/crontab_job_runner/execute_tests.pl
script/crontab_job_runner/execute_zonemaster_P10.pl
script/crontab_job_runner/execute_zonemaster_P5.pl
script/patch_db_mysql_for_backend_DB_version_lower_than_1.0.3.pl
script/patch_db_postgresq_for_backend_DB_version_lower_than_1.0.3.pl
script/zonemaster_backend_rpcapi.psgi
script/zonemaster_backend_testagent
share/backend_config.ini
share/backend_config.ini-sqlite
share/cleanup-mysql.sql
share/cleanup-postgres.sql
share/initial-mysql.sql
share/initial-postgres.sql
share/starman-zm-backend-RPC-API.conf
share/travis_mysql_backend_config.ini
share/travis_postgresql_backend_config.ini
share/travis_sqlite_backend_config.ini
share/zm-backend.sh
share/zm-centos.sh
share/zonemaster_backend_testagent.conf
t/test01.data
t/test01.t
t/test_DB_backend.pl
t/test_runner.pl
t/test_validate_syntax.t