1
2BEGIN {
3  unless ($ENV{AUTHOR_TESTING}) {
4    require Test::More;
5    Test::More::plan(skip_all => 'these tests are for testing by the author');
6  }
7}
8
9use strict;
10use warnings;
11
12# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15
13
14use Test::More 0.88;
15use Test::NoTabs;
16
17my @files = (
18    'lib/List/Objects/WithUtils.pm',
19    'lib/List/Objects/WithUtils/Array.pm',
20    'lib/List/Objects/WithUtils/Array/Immutable.pm',
21    'lib/List/Objects/WithUtils/Array/Immutable/Typed.pm',
22    'lib/List/Objects/WithUtils/Array/Junction.pm',
23    'lib/List/Objects/WithUtils/Array/Typed.pm',
24    'lib/List/Objects/WithUtils/Autobox.pm',
25    'lib/List/Objects/WithUtils/Hash.pm',
26    'lib/List/Objects/WithUtils/Hash/Immutable.pm',
27    'lib/List/Objects/WithUtils/Hash/Immutable/Typed.pm',
28    'lib/List/Objects/WithUtils/Hash/Inflated.pm',
29    'lib/List/Objects/WithUtils/Hash/Inflated/RW.pm',
30    'lib/List/Objects/WithUtils/Hash/Typed.pm',
31    'lib/List/Objects/WithUtils/Role/Array.pm',
32    'lib/List/Objects/WithUtils/Role/Array/Immutable.pm',
33    'lib/List/Objects/WithUtils/Role/Array/TiedRO.pm',
34    'lib/List/Objects/WithUtils/Role/Array/Typed.pm',
35    'lib/List/Objects/WithUtils/Role/Array/WithJunctions.pm',
36    'lib/List/Objects/WithUtils/Role/Hash.pm',
37    'lib/List/Objects/WithUtils/Role/Hash/Immutable.pm',
38    'lib/List/Objects/WithUtils/Role/Hash/TiedRO.pm',
39    'lib/List/Objects/WithUtils/Role/Hash/Typed.pm',
40    'lib/Lowu.pm',
41    't/00-report-prereqs.dd',
42    't/00-report-prereqs.t',
43    't/00_load/all.t',
44    't/00_load/all_typetinyish.t',
45    't/00_load/autobox.t',
46    't/00_load/autobox_subclass.t',
47    't/00_load/badopts.t',
48    't/00_load/bare.t',
49    't/00_load/failed_require.t',
50    't/00_load/functions.t',
51    't/00_load/hashopts.t',
52    't/00_load/lowu.t',
53    't/00_load/selective.t',
54    't/00_load/targeted.t',
55    't/01_array/all.t',
56    't/01_array/bisect.t',
57    't/01_array/clear.t',
58    't/01_array/copy.t',
59    't/01_array/count.t',
60    't/01_array/defined.t',
61    't/01_array/delete.t',
62    't/01_array/delete_when.t',
63    't/01_array/diff.t',
64    't/01_array/end.t',
65    't/01_array/exists.t',
66    't/01_array/first_index.t',
67    't/01_array/first_where.t',
68    't/01_array/flatten.t',
69    't/01_array/flatten_all.t',
70    't/01_array/folds.t',
71    't/01_array/get.t',
72    't/01_array/get_or_else.t',
73    't/01_array/grep.t',
74    't/01_array/has_any.t',
75    't/01_array/head.t',
76    't/01_array/indexes.t',
77    't/01_array/inflate.t',
78    't/01_array/insert.t',
79    't/01_array/intersection.t',
80    't/01_array/is_empty.t',
81    't/01_array/items_after.t',
82    't/01_array/items_after_incl.t',
83    't/01_array/items_before.t',
84    't/01_array/items_before_incl.t',
85    't/01_array/join.t',
86    't/01_array/kv.t',
87    't/01_array/last_index.t',
88    't/01_array/last_where.t',
89    't/01_array/map.t',
90    't/01_array/mapval.t',
91    't/01_array/mesh.t',
92    't/01_array/natatime.t',
93    't/01_array/nsect.t',
94    't/01_array/nsort_by.t',
95    't/01_array/part.t',
96    't/01_array/part_to_hash.t',
97    't/01_array/pick.t',
98    't/01_array/pop.t',
99    't/01_array/push.t',
100    't/01_array/random.t',
101    't/01_array/repeated.t',
102    't/01_array/reverse.t',
103    't/01_array/roll.t',
104    't/01_array/rotate.t',
105    't/01_array/rotate_in_place.t',
106    't/01_array/rotator.t',
107    't/01_array/set.t',
108    't/01_array/shift.t',
109    't/01_array/shuffle.t',
110    't/01_array/sliced.t',
111    't/01_array/sort.t',
112    't/01_array/sort_by.t',
113    't/01_array/splice.t',
114    't/01_array/squished.t',
115    't/01_array/ssect.t',
116    't/01_array/subclassed.t',
117    't/01_array/tail.t',
118    't/01_array/tuples.t',
119    't/01_array/type.t',
120    't/01_array/unbless.t',
121    't/01_array/uniq.t',
122    't/01_array/uniq_by.t',
123    't/01_array/unshift.t',
124    't/01_array/utilsby_no_xs.t',
125    't/01_array/visit.t',
126    't/02_hash/array_type.t',
127    't/02_hash/clear.t',
128    't/02_hash/copy.t',
129    't/02_hash/defined.t',
130    't/02_hash/delete.t',
131    't/02_hash/diff.t',
132    't/02_hash/exists.t',
133    't/02_hash/export.t',
134    't/02_hash/get.t',
135    't/02_hash/get_or_else.t',
136    't/02_hash/get_path.t',
137    't/02_hash/inflate.t',
138    't/02_hash/intersection.t',
139    't/02_hash/inverted.t',
140    't/02_hash/is_empty.t',
141    't/02_hash/iter.t',
142    't/02_hash/keys.t',
143    't/02_hash/kv.t',
144    't/02_hash/kv_grep.t',
145    't/02_hash/kv_map.t',
146    't/02_hash/kv_sort.t',
147    't/02_hash/maybe_set.t',
148    't/02_hash/random_key.t',
149    't/02_hash/random_kv.t',
150    't/02_hash/random_value.t',
151    't/02_hash/set.t',
152    't/02_hash/sliced.t',
153    't/02_hash/subclassed.t',
154    't/02_hash/unbless.t',
155    't/02_hash/values.t',
156    't/03_junctions/all.t',
157    't/03_junctions/any.t',
158    't/03_junctions/subclasses.t',
159    't/04_immutable/immarray.t',
160    't/04_immutable/immhash.t',
161    't/05_typed/array_of.t',
162    't/05_typed/hash_of.t',
163    't/05_typed/tuples.t',
164    't/05_typed/validated.t',
165    't/06_immutable_typed/immarray_of.t',
166    't/06_immutable_typed/immhash_of.t',
167    't/07_json/json.t',
168    't/08_zpl/zpl.t',
169    't/09_autobox_array/all.t',
170    't/09_autobox_array/bisect.t',
171    't/09_autobox_array/clear.t',
172    't/09_autobox_array/copy.t',
173    't/09_autobox_array/count.t',
174    't/09_autobox_array/defined.t',
175    't/09_autobox_array/delete.t',
176    't/09_autobox_array/delete_when.t',
177    't/09_autobox_array/diff.t',
178    't/09_autobox_array/end.t',
179    't/09_autobox_array/exists.t',
180    't/09_autobox_array/first_index.t',
181    't/09_autobox_array/first_where.t',
182    't/09_autobox_array/flatten.t',
183    't/09_autobox_array/flatten_all.t',
184    't/09_autobox_array/folds.t',
185    't/09_autobox_array/get.t',
186    't/09_autobox_array/get_or_else.t',
187    't/09_autobox_array/grep.t',
188    't/09_autobox_array/has_any.t',
189    't/09_autobox_array/head.t',
190    't/09_autobox_array/indexes.t',
191    't/09_autobox_array/inflate.t',
192    't/09_autobox_array/insert.t',
193    't/09_autobox_array/intersection.t',
194    't/09_autobox_array/items_after.t',
195    't/09_autobox_array/items_after_incl.t',
196    't/09_autobox_array/items_before.t',
197    't/09_autobox_array/items_before_incl.t',
198    't/09_autobox_array/join.t',
199    't/09_autobox_array/kv.t',
200    't/09_autobox_array/last_index.t',
201    't/09_autobox_array/last_where.t',
202    't/09_autobox_array/map.t',
203    't/09_autobox_array/mapval.t',
204    't/09_autobox_array/mesh.t',
205    't/09_autobox_array/natatime.t',
206    't/09_autobox_array/nsect.t',
207    't/09_autobox_array/nsort_by.t',
208    't/09_autobox_array/part.t',
209    't/09_autobox_array/part_to_hash.t',
210    't/09_autobox_array/pop.t',
211    't/09_autobox_array/push.t',
212    't/09_autobox_array/random.t',
213    't/09_autobox_array/reverse.t',
214    't/09_autobox_array/rotate.t',
215    't/09_autobox_array/rotate_in_place.t',
216    't/09_autobox_array/rotator.t',
217    't/09_autobox_array/set.t',
218    't/09_autobox_array/shift.t',
219    't/09_autobox_array/shuffle.t',
220    't/09_autobox_array/sliced.t',
221    't/09_autobox_array/sort.t',
222    't/09_autobox_array/sort_by.t',
223    't/09_autobox_array/splice.t',
224    't/09_autobox_array/ssect.t',
225    't/09_autobox_array/tail.t',
226    't/09_autobox_array/tuples.t',
227    't/09_autobox_array/uniq.t',
228    't/09_autobox_array/uniq_by.t',
229    't/09_autobox_array/unshift.t',
230    't/09_autobox_array/utilsby_no_xs.t',
231    't/09_autobox_array/visit.t',
232    't/09_autobox_hash/array_type.t',
233    't/09_autobox_hash/clear.t',
234    't/09_autobox_hash/copy.t',
235    't/09_autobox_hash/defined.t',
236    't/09_autobox_hash/delete.t',
237    't/09_autobox_hash/diff.t',
238    't/09_autobox_hash/exists.t',
239    't/09_autobox_hash/get.t',
240    't/09_autobox_hash/get_or_else.t',
241    't/09_autobox_hash/get_path.t',
242    't/09_autobox_hash/inflate.t',
243    't/09_autobox_hash/intersection.t',
244    't/09_autobox_hash/inverted.t',
245    't/09_autobox_hash/iter.t',
246    't/09_autobox_hash/keys.t',
247    't/09_autobox_hash/kv.t',
248    't/09_autobox_hash/kv_grep.t',
249    't/09_autobox_hash/kv_map.t',
250    't/09_autobox_hash/kv_sort.t',
251    't/09_autobox_hash/maybe_set.t',
252    't/09_autobox_hash/set.t',
253    't/09_autobox_hash/sliced.t',
254    't/09_autobox_hash/values.t',
255    't/author-no-tabs.t',
256    't/author-pod-coverage.t',
257    't/author-pod-syntax.t',
258    't/release-cpan-changes.t',
259    't/release-dist-manifest.t',
260    't/release-pod-linkcheck.t',
261    't/release-portability.t',
262    't/release-synopsis.t'
263);
264
265notabs_ok($_) foreach @files;
266done_testing;
267