File: MANIFEST

package info (click to toggle)
libdbix-searchbuilder-perl 1.82-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 776 kB
  • sloc: perl: 10,608; makefile: 2
file content (69 lines) | stat: -rw-r--r-- 1,687 bytes parent folder | download
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
.gitignore
Changes
ex/create_tables.pl
ex/Example/Model/Address.pm
ex/Example/Model/Employee.pm
inc/Module/AutoInstall.pm
inc/Module/Install.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/ReadmeFromPod.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
lib/DBIx/SearchBuilder.pm
lib/DBIx/SearchBuilder/Handle.pm
lib/DBIx/SearchBuilder/Handle/Informix.pm
lib/DBIx/SearchBuilder/Handle/MariaDB.pm
lib/DBIx/SearchBuilder/Handle/mysql.pm
lib/DBIx/SearchBuilder/Handle/mysqlPP.pm
lib/DBIx/SearchBuilder/Handle/ODBC.pm
lib/DBIx/SearchBuilder/Handle/Oracle.pm
lib/DBIx/SearchBuilder/Handle/Pg.pm
lib/DBIx/SearchBuilder/Handle/SQLite.pm
lib/DBIx/SearchBuilder/Handle/Sybase.pm
lib/DBIx/SearchBuilder/Record.pm
lib/DBIx/SearchBuilder/Record/Cachable.pm
lib/DBIx/SearchBuilder/SchemaGenerator.pm
lib/DBIx/SearchBuilder/Union.pm
lib/DBIx/SearchBuilder/Unique.pm
lib/DBIx/SearchBuilder/Util.pm
Makefile.PL
MANIFEST			This list of files
META.yml
README
ROADMAP
SIGNATURE
t/00.load.t
t/01basics.t
t/01nocap_api.t
t/01records.t
t/01searches.t
t/02distinct_values.t
t/02null_order.t
t/02order.t
t/02records_cachable.t
t/02records_datetime.t
t/02records_dt_interval.t
t/02records_integers.t
t/02records_object.t
t/02searches_function.t
t/02searches_joins.t
t/03compatibility.t
t/03cud_from_select.t
t/03rebless.t
t/03searches_bind.t
t/03searches_combine.t
t/03transactions.t
t/03versions.t
t/04mysql_identifier_quoting.t
t/10schema.t
t/11schema_records.t
t/20set_edge_cases.t
t/pod.t
t/testmodels.pl
t/utils.pl