File: MANIFEST

package info (click to toggle)
libdbix-class-helpers-perl 2.013002-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 420 kB
  • sloc: perl: 1,931; sql: 73; makefile: 2
file content (80 lines) | stat: -rw-r--r-- 2,486 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
70
71
72
73
74
75
76
77
78
79
80
Changes
LICENSE
MANIFEST
META.json
Makefile.PL
README
contributing
dbfile
dist.ini
inc/Dist/Zilla/Plugin/DBICSgen.pm
lib/DBIx/Class/Helper/IgnoreWantarray.pm
lib/DBIx/Class/Helper/JoinTable.pm
lib/DBIx/Class/Helper/Random.pm
lib/DBIx/Class/Helper/ResultSet.pm
lib/DBIx/Class/Helper/ResultSet/AutoRemoveColumns.pm
lib/DBIx/Class/Helper/ResultSet/CorrelateRelationship.pm
lib/DBIx/Class/Helper/ResultSet/IgnoreWantarray.pm
lib/DBIx/Class/Helper/ResultSet/Me.pm
lib/DBIx/Class/Helper/ResultSet/NoColumns.pm
lib/DBIx/Class/Helper/ResultSet/Random.pm
lib/DBIx/Class/Helper/ResultSet/RemoveColumns.pm
lib/DBIx/Class/Helper/ResultSet/ResultClassDWIM.pm
lib/DBIx/Class/Helper/ResultSet/SearchOr.pm
lib/DBIx/Class/Helper/ResultSet/SetOperations.pm
lib/DBIx/Class/Helper/ResultSet/Union.pm
lib/DBIx/Class/Helper/ResultSet/VirtualView.pm
lib/DBIx/Class/Helper/Row/JoinTable.pm
lib/DBIx/Class/Helper/Row/NumifyGet.pm
lib/DBIx/Class/Helper/Row/OnColumnChange.pm
lib/DBIx/Class/Helper/Row/ProxyResultSetMethod.pm
lib/DBIx/Class/Helper/Row/RelationshipDWIM.pm
lib/DBIx/Class/Helper/Row/SelfResultSet.pm
lib/DBIx/Class/Helper/Row/StorageValues.pm
lib/DBIx/Class/Helper/Row/SubClass.pm
lib/DBIx/Class/Helper/Row/ToJSON.pm
lib/DBIx/Class/Helper/Schema/GenerateSource.pm
lib/DBIx/Class/Helper/Schema/LintContents.pm
lib/DBIx/Class/Helper/SubClass.pm
lib/DBIx/Class/Helper/VirtualView.pm
lib/DBIx/Class/Helpers.pm
lib/DBIx/Class/Helpers/Util.pm
t/lib/Lolbot.pm
t/lib/ParentSchema.pm
t/lib/ParentSchema/Result.pm
t/lib/ParentSchema/Result/Bar.pm
t/lib/ParentSchema/Result/Foo.pm
t/lib/TestSchema.pm
t/lib/TestSchema/Result/Bar.pm
t/lib/TestSchema/Result/Bloaty.pm
t/lib/TestSchema/Result/Foo.pm
t/lib/TestSchema/Result/Foo_Bar.pm
t/lib/TestSchema/Result/Gnarly.pm
t/lib/TestSchema/Result/Gnarly_Station.pm
t/lib/TestSchema/Result/Station.pm
t/lib/TestSchema/ResultSet.pm
t/lib/TestSchema/ResultSet/Bloaty.pm
t/lib/TestSchema/ResultSet/Foo.pm
t/lib/TestSchema/ResultSet/Gnarly.pm
t/lib/ddl.sql
t/release-pod-syntax.t
t/resultset/correlate-relationship.t
t/resultset/ignore-wantarray.t
t/resultset/no-columns.t
t/resultset/random.t
t/resultset/remove-columns.t
t/resultset/result-class-dwim.t
t/resultset/search-or.t
t/resultset/set-operations.t
t/row/jointable.t
t/row/numifyget.t
t/row/on-column-change.t
t/row/proxy-resultset-method.t
t/row/relationship-dwim.t
t/row/self-resultset.t
t/row/storage-values.t
t/row/subclass.t
t/row/to_json.t
t/schema/generate-source.t
t/schema/lint-contents.t
t/utilities.t