-
Notifications
You must be signed in to change notification settings - Fork 7
/
MANIFEST
116 lines (116 loc) · 4.22 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
bin/interchange6-create-schema-png
bin/interchange6-create-database
CHANGES
lib/Interchange6/Schema.pm
lib/Interchange6/Schema/Base/Attribute.pm
lib/Interchange6/Schema/Candy.pm
lib/Interchange6/Schema/Component/Validation.pm
lib/Interchange6/Schema/Manual.pod
lib/Interchange6/Schema/Manual/Classes.pod
lib/Interchange6/Schema/Manual/Cookbook.pod
lib/Interchange6/Schema/Manual/DatabaseSupport.pod
lib/Interchange6/Schema/Populate.pm
lib/Interchange6/Schema/Populate/CountryLocale.pm
lib/Interchange6/Schema/Populate/MessageType.pm
lib/Interchange6/Schema/Populate/Role.pm
lib/Interchange6/Schema/Populate/StateLocale.pm
lib/Interchange6/Schema/Populate/Zone.pm
lib/Interchange6/Schema/Result/Address.pm
lib/Interchange6/Schema/Result/Attribute.pm
lib/Interchange6/Schema/Result/AttributeValue.pm
lib/Interchange6/Schema/Result/Cart.pm
lib/Interchange6/Schema/Result/CartProduct.pm
lib/Interchange6/Schema/Result/Country.pm
lib/Interchange6/Schema/Result/Inventory.pm
lib/Interchange6/Schema/Result/Media.pm
lib/Interchange6/Schema/Result/MediaDisplay.pm
lib/Interchange6/Schema/Result/MediaProduct.pm
lib/Interchange6/Schema/Result/MediaMessage.pm
lib/Interchange6/Schema/Result/MediaNavigation.pm
lib/Interchange6/Schema/Result/MediaType.pm
lib/Interchange6/Schema/Result/MerchandisingAttribute.pm
lib/Interchange6/Schema/Result/MerchandisingProduct.pm
lib/Interchange6/Schema/Result/Message.pm
lib/Interchange6/Schema/Result/MessageType.pm
lib/Interchange6/Schema/Result/Navigation.pm
lib/Interchange6/Schema/Result/NavigationAttribute.pm
lib/Interchange6/Schema/Result/NavigationAttributeValue.pm
lib/Interchange6/Schema/Result/NavigationMessage.pm
lib/Interchange6/Schema/Result/NavigationProduct.pm
lib/Interchange6/Schema/Result/Order.pm
lib/Interchange6/Schema/Result/OrderComment.pm
lib/Interchange6/Schema/Result/Orderline.pm
lib/Interchange6/Schema/Result/OrderlinesShipping.pm
lib/Interchange6/Schema/Result/OrderStatus.pm
lib/Interchange6/Schema/Result/PaymentOrder.pm
lib/Interchange6/Schema/Result/Permission.pm
lib/Interchange6/Schema/Result/PriceModifier.pm
lib/Interchange6/Schema/Result/Product.pm
lib/Interchange6/Schema/Result/ProductAttribute.pm
lib/Interchange6/Schema/Result/ProductAttributeValue.pm
lib/Interchange6/Schema/Result/ProductMessage.pm
lib/Interchange6/Schema/Result/Role.pm
lib/Interchange6/Schema/Result/Session.pm
lib/Interchange6/Schema/Result/Setting.pm
lib/Interchange6/Schema/Result/Shipment.pm
lib/Interchange6/Schema/Result/ShipmentCarrier.pm
lib/Interchange6/Schema/Result/ShipmentDestination.pm
lib/Interchange6/Schema/Result/ShipmentRate.pm
lib/Interchange6/Schema/Result/ShipmentMethod.pm
lib/Interchange6/Schema/Result/State.pm
lib/Interchange6/Schema/Result/Tax.pm
lib/Interchange6/Schema/Result/User.pm
lib/Interchange6/Schema/Result/UriRedirect.pm
lib/Interchange6/Schema/Result/UserAttribute.pm
lib/Interchange6/Schema/Result/UserAttributeValue.pm
lib/Interchange6/Schema/Result/UserRole.pm
lib/Interchange6/Schema/Result/Zone.pm
lib/Interchange6/Schema/Result/ZoneCountry.pm
lib/Interchange6/Schema/Result/ZoneState.pm
lib/Interchange6/Schema/ResultSet.pm
lib/Interchange6/Schema/ResultSet/Message.pm
lib/Interchange6/Schema/ResultSet/Navigation.pm
lib/Interchange6/Schema/ResultSet/Order.pm
lib/Interchange6/Schema/ResultSet/Product.pm
lib/Interchange6/Schema/ResultSet/Session.pm
lib/Interchange6/Schema/ResultSet/Tax.pm
lib/Interchange6/Schema/ResultSet/UriRedirect.pm
lib/Interchange6/Schema/ResultSet/User.pm
lib/Interchange6/Test/Role/Database.pm
lib/Interchange6/Test/Role/Fixtures.pm
lib/Interchange6/Test/Role/MySQL.pm
lib/Interchange6/Test/Role/SQLite.pm
lib/Interchange6/Test/Role/PostgreSQL.pm
Makefile.PL
MANIFEST This list of files
MANIFEST.SKIP
README
t/inflatecolumn_datetime.t
t/load.t
t/manifest.t
t/pod.t
t/pod-coverage.t
t/schema_sanity.t
t/test_mysql.t
t/test_postgresql.t
t/test_sqlite.t
t/lib/TestDatabase.pm
t/lib/Test/BaseAttribute.pm
t/lib/Test/Cart.pm
t/lib/Test/Expire.pm
t/lib/Test/Fixtures.pm
t/lib/Test/Inventory.pm
t/lib/Test/Media.pm
t/lib/Test/Message.pm
t/lib/Test/Navigation.pm
t/lib/Test/Order.pm
t/lib/Test/Payment.pm
t/lib/Test/PriceModifier.pm
t/lib/Test/Product.pm
t/lib/Test/Relationships.pm
t/lib/Test/Shipment.pm
t/lib/Test/Tax.pm
t/lib/Test/UriRedirect.pm
t/lib/Test/User.pm
t/lib/Test/Variant.pm
t/lib/Test/Zone.pm