You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error=>qq{This distribution has dot underscore files which may cause various problems.},
336
+
remedy=>q{If you use Mac OS X, set COPYFILE_DISABLE (for OS 10.5 and better) or COPY_EXTENDED_ATTRIBUTES_DISABLE (for OS 10.4) environmental variable to true to exclude dot underscore files from a distribution.},
337
+
code=>sub {
338
+
my$d=shift;
339
+
return 0 if$d->{error}{no_dot_underscore_files};
340
+
return 1;
341
+
},
342
+
},
327
343
];
328
344
}
329
345
@@ -406,6 +422,8 @@ Returns the Kwalitee Indicators datastructure.
0 commit comments